We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565b78b commit 7e609b1Copy full SHA for 7e609b1
1 file changed
consensus/fuzz/src/marshal/mod.rs
@@ -84,11 +84,11 @@
84
//!
85
//! # Layout
86
87
-//! - [`input`] defines the libFuzzer-facing scenario type.
88
-//! - [`variant`] adapts the standard / coding variant mailboxes to a
+//! - `input` defines the libFuzzer-facing scenario type.
+//! - `variant` adapts the standard / coding variant mailboxes to a
89
//! single publish trait the driver can call generically.
90
//! - [`invariant`] holds the end-of-run assertions, one per property.
91
-//! - [`runner`] holds the deterministic-runtime driver and delegates
+//! - `runner` holds the deterministic-runtime driver and delegates
92
//! to [`invariant::check_all`] at the end.
93
94
mod input;
0 commit comments