diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ use std::{ }; pub use self::error::{FuseError, FuseResult}; + +#[doc(no_inline)] pub use nix::{self, errno::Errno}; pub mod error; |
