Sign in
◑
Theme
rust
/
rust
/
c1f7fa1a48a060b980cb45ffde00a9b0cddac7c1
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3585
/
extern_crate.rs
blob: 6716983ba0f390f56f2e479c0a48dfc0867983ba [
file
]
// 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
;