Skip to content

Commit ba7691b

Browse files
committed
doc cleanup 2
1 parent 898ead6 commit ba7691b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libafl/src/observers/map.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ fn hash_slice<T>(slice: &[T]) -> u64 {
115115
///
116116
/// // init the feedback
117117
/// let mut feedback = MaxMapFeedback::new(&edges_observer);
118-
///
119-
/// // init the state
118+
/// #
119+
/// # // init the state
120120
/// # let mut state = StdState::new(
121121
/// # StdRand::with_seed(0),
122122
/// # InMemoryCorpus::<BytesInput>::new(),

0 commit comments

Comments
 (0)