9 lines
193 B
Rust
9 lines
193 B
Rust
// 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;
|