Sign in
rust
/
rustfmt
/
refs/heads/rust-1.44-beta
/
.
/
tests
/
source
/
issue-3585
/
reorder_imports_enabled.rs
blob: 9f433e5ca21b3a3f76413d71a1e2cfdbe647b3f7 [
file
] [
log
] [
blame
]
// rustfmt-inline_attribute_width: 100
// rustfmt-reorder_imports: true
#[
cfg
(
unix
)]
extern
crate crateb
;
#[
cfg
(
unix
)]
extern
crate cratea
;
#[
cfg
(
unix
)]
use
crateb
;
#[
cfg
(
unix
)]
use
cratea
;