Skip to content

Commit

Permalink
un-gate memchr function
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmyung committed Mar 26, 2024
1 parent bcde323 commit 9b6801f
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 @@ -87,7 +87,6 @@ mod signal;
#[cfg(feature = "signal")]
pub use self::signal::{abort, raise, signal};

#[cfg(feature = "memchr")]
mod memchr;
#[cfg(feature = "memchr")]
pub use self::memchr::memchr;
Expand Down

0 comments on commit 9b6801f

Please sign in to comment.