libafl: make clippy happy

This commit is contained in:
Andrea Fioraldi 2021-05-21 16:22:38 +02:00
parent 35181ec95b
commit 349cc7b886

View File

@ -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. /// know the size of the map at compile time.
#[derive(Serialize, Deserialize, Debug)] #[derive(Serialize, Deserialize, Debug)]
#[serde(bound = "T: serde::de::DeserializeOwned")] #[serde(bound = "T: serde::de::DeserializeOwned")]