From 349cc7b886f52ba64455f3320a0adc505080ff53 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 21 May 2021 16:22:38 +0200 Subject: [PATCH] libafl: make clippy happy --- libafl/src/observers/map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]