mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 03:58:19 +00:00
proto: Remove superfluous #[doc(hidden)] fuzzing
The module is already `#[cfg(fuzzing)]`, which should make it not appear in docs.
This commit is contained in:
committed by
Dirkjan Ochtman
parent
33954582da
commit
16f83d1c8f
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user