diff --git a/build.rs b/build.rs index 09b33fa91..d210e2a2e 100644 --- a/build.rs +++ b/build.rs @@ -40,6 +40,7 @@ pub fn main() { mf.write_all( "type UtilityMap = phf::OrderedMap<&'static str, (fn(T) -> i32, fn() -> Command)>;\n\ \n\ + #[allow(clippy::too_many_lines)] fn util_map() -> UtilityMap {\n" .as_bytes(), )