diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ //! Modules are structured according to the C header file that they would be //! defined in. #![crate_name = "nix"] +#![cfg(unix)] #![allow(non_camel_case_types)] #![deny(warnings)] |