9 lines
192 B
Rust
9 lines
192 B
Rust
// rustfmt-inline_attribute_width: 100
|
|
// rustfmt-reorder_imports: true
|
|
|
|
#[cfg(unix)] extern crate cratea;
|
|
#[cfg(unix)] extern crate crateb;
|
|
|
|
#[cfg(unix)] use cratea;
|
|
#[cfg(unix)] use crateb;
|