380 |
/// Validate the store's integrity
|
381 |
#[allow(clippy::for_kv_map)]
|
382 |
pub fn validate(&self) -> Result<(), StoreValidateErrors> {
|
940 |
write!(f, "{} {{", L_ENUM)?;
|
941 |
#[allow(clippy::for_kv_map)]
|
942 |
for (value, _null) in &self.members {
|
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>(
|
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.
|