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