Reformat use
declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
This commit is contained in:
parent
118f9350c5
commit
84ac80f192
1865 changed files with 8367 additions and 9199 deletions
|
@ -14,9 +14,10 @@
|
|||
// `mkfs.ext4 -d`, as well as mounting a loop device for the rootfs.
|
||||
//@ ignore-windows - the `set_readonly` functions doesn't work on folders.
|
||||
|
||||
use run_make_support::{path, rustdoc};
|
||||
use std::fs;
|
||||
|
||||
use run_make_support::{path, rustdoc};
|
||||
|
||||
fn main() {
|
||||
let out_dir = path("rustdoc-io-error");
|
||||
let output = fs::create_dir(&out_dir).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue