diff --git a/libafl/src/observers/map.rs b/libafl/src/observers/map.rs index 2de12d3798..9bb137ac29 100644 --- a/libafl/src/observers/map.rs +++ b/libafl/src/observers/map.rs @@ -172,7 +172,7 @@ where } } -/// Use a const size to speedup Feedback::is_interesting when the user can +/// Use a const size to speedup `Feedback::is_interesting` when the user can /// know the size of the map at compile time. #[derive(Serialize, Deserialize, Debug)] #[serde(bound = "T: serde::de::DeserializeOwned")]