Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3585
/
extern_crate.rs
blob: dc7c9e0246b206bebcd410158ab8d497f341abbc [
file
] [
log
] [
blame
]
// rustfmt-inline_attribute_width: 100
#[
macro_use
]
extern
crate static_assertions
;
#[
cfg
(
unix
)]
extern
crate static_assertions
;
// a comment before the attribute
#[
macro_use
]
// some comment after
extern
crate static_assertions
;