Skip to content

Commit

Permalink
docs: hide fuzzing module
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Oct 27, 2023
1 parent 8056fca commit 9afdfc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ const fn make_decode_lut() -> [u8; 256] {
clippy::missing_inline_in_public_items
)]
#[cfg(all(feature = "__fuzzing", not(miri)))]
#[doc(hidden)]
pub mod fuzzing {
use super::*;
use proptest::test_runner::TestCaseResult;
Expand Down

0 comments on commit 9afdfc2

Please sign in to comment.