mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
8 lines
113 B
Rust
8 lines
113 B
Rust
// rustfmt-inline_attribute_width: 100
|
|
|
|
#[macro_use]
|
|
use static_assertions;
|
|
|
|
#[cfg(unix)]
|
|
use static_assertions;
|