diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:04:41 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:08:43 -0600 |
| commit | ed5baeafd6eab65541f7b639e593cf23712e93f2 (patch) | |
| tree | d90e5b278e0a58a66d77193b95be7cd5a383ac28 /src/lib.rs | |
| parent | d6dead36761f4731951026f48bc3a8d83260b9e5 (diff) | |
Remove unused feature flags
Diffstat (limited to '')
| -rw-r--r-- | src/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -12,19 +12,12 @@ use std::time::{SystemTime, UNIX_EPOCH}; pub use nix; -#[cfg(any(feature = "server", doc))] -#[doc(cfg(feature = "server"))] pub use crate::fuse::*; - -#[cfg(any(feature = "client", doc, test))] -#[doc(cfg(feature = "client"))] pub mod client; mod proto; mod util; -#[cfg(any(feature = "server", doc))] -#[doc(cfg(feature = "server"))] mod fuse; #[doc(no_inline)] |
