• cargo-vet 0.3.1/src/storage.rs
    380
        /// Validate the store's integrity
    381
        #[allow(clippy::for_kv_map)]
    382
        pub fn validate(&self) -> Result<(), StoreValidateErrors> {
  • ipld-schema 0.3.2/src/schema.rs
    940
            write!(f, "{} {{", L_ENUM)?;
    941
            #[allow(clippy::for_kv_map)]
    942
            for (value, _null) in &self.members {
  • ritual 0.0.0/src/rust_generator.rs
    1545
      /// `RustMethodScope::Impl` scope or be free functions in the same module.
    1546
      #[allow(clippy::for_kv_map)]
    1547
      fn process_all_sibling_functions<'b, I>(
  • routing 0.37.1/src/routing_table/network_tests.rs
    116
        // TODO: remove this when https://github.com/Manishearth/rust-clippy/issues/1279 is resolved
    117
        #[cfg_attr(feature = "cargo-clippy", allow(for_kv_map))]
    118
        /// Drops a node and, if necessary, merges sections to restore the section requirement.