From 6c926c4841fd0f528976f73e07dfd5d30831adcb Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 18 Jun 2021 10:02:44 +0200 Subject: [PATCH] Clippy go brrr --- libafl_targets/build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libafl_targets/build.rs b/libafl_targets/build.rs index 5d7f66f1f6..0f332f0aa7 100644 --- a/libafl_targets/build.rs +++ b/libafl_targets/build.rs @@ -32,9 +32,9 @@ fn main() { pub const EDGES_MAP_SIZE: usize = {}; /// The size of the cmps map pub const CMP_MAP_SIZE: usize = {}; -/// The width of the CmpLog map +/// The width of the `CmpLog` map pub const CMPLOG_MAP_W: usize = {}; -/// The height of the CmpLog map +/// The height of the `CmpLog` map pub const CMPLOG_MAP_H: usize = {}; ", edges_map_size, cmp_map_size, cmplog_map_w, cmplog_map_h