Skip to content

Commit

Permalink
proto: Remove superfluous #[doc(hidden)] fuzzing
Browse files Browse the repository at this point in the history
The module is already `#[cfg(fuzzing)]`, which should make it not appear
in docs.
  • Loading branch information
gretchenfrage committed Dec 20, 2024
1 parent afc7d7f commit 03b0c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quinn-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ pub(crate) use std::time::{Duration, Instant, SystemTime, UNIX_EPOCH};
#[cfg(all(target_family = "wasm", target_os = "unknown"))]
pub(crate) use web_time::{Duration, Instant, SystemTime, UNIX_EPOCH};

#[doc(hidden)]
#[cfg(fuzzing)]
pub mod fuzzing {
pub use crate::connection::{Retransmits, State as ConnectionState, StreamsState};
Expand Down

0 comments on commit 03b0c28

Please sign in to comment.