diff --git a/ofborg/src/lib.rs b/ofborg/src/lib.rs index 87ea893..43dca6b 100644 --- a/ofborg/src/lib.rs +++ b/ofborg/src/lib.rs @@ -1,4 +1,9 @@ #![recursion_limit = "512"] +// Replacing .map(|arch| arch.to_string()) +// with .map(systems::System::to_string) +// +// seems much less clear and I just don't like it :) +#![allow(clippy::redundant_closure)] #[macro_use] extern crate serde_derive;