Skip to content

Commit

Permalink
Merge pull request #161 from samoylovfp/master
Browse files Browse the repository at this point in the history
Remove `#[doc(hidden)]` attribute from the `stores` module
  • Loading branch information
jaemk authored Sep 5, 2023
2 parents baee7a6 + 73202bc commit 8918b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ mod lru_list;
pub mod macros;
#[cfg(feature = "proc_macro")]
pub mod proc_macro;
#[doc(hidden)]
pub mod stores;
#[doc(hidden)]
pub use instant;
Expand Down

0 comments on commit 8918b8f

Please sign in to comment.