mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
12 lines
199 B
Rust
12 lines
199 B
Rust
#[macro_use]
|
|
mod common;
|
|
|
|
#[allow(unused_imports)]
|
|
#[cfg(unix)]
|
|
#[macro_use]
|
|
extern crate lazy_static;
|
|
|
|
#[cfg(unix)]
|
|
extern crate rust_users;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/test_modules.rs"));
|