Skip to content

Commit 9afdfc2

Browse files
committed
docs: hide fuzzing module
1 parent 8056fca commit 9afdfc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ const fn make_decode_lut() -> [u8; 256] {
715715
clippy::missing_inline_in_public_items
716716
)]
717717
#[cfg(all(feature = "__fuzzing", not(miri)))]
718+
#[doc(hidden)]
718719
pub mod fuzzing {
719720
use super::*;
720721
use proptest::test_runner::TestCaseResult;

0 commit comments

Comments
 (0)