Skip to content

Commit

Permalink
docs: Exclude the fuzzing module
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Feb 5, 2025
1 parent 02e7c32 commit f12c616
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 @@ -164,6 +164,7 @@ pub struct ReadmeDoctests;
pub mod acknowledgement;
// Unstable extra code that we use for fuzzing
#[cfg(fuzzing)]
#[doc(hidden)]
pub mod fuzz;
pub mod syntax;
pub mod theme;
Expand Down

0 comments on commit f12c616

Please sign in to comment.