Skip to content

Commit

Permalink
Fix disabling the cache feature
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jul 16, 2024
1 parent 63e8b4d commit 2235d4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ pub use base::{os, Group, User};
pub mod cache;

#[cfg(feature = "cache")]
pub use cache::UsersCache;
pub use cache::UsersSnapshot;
pub use cache::{UsersCache, UsersSnapshot};

#[cfg(feature = "mock")]
pub mod mock;
Expand Down

0 comments on commit 2235d4b

Please sign in to comment.