• goff 0.1.0/src/lib.rs
    18
             clippy::multiple_crate_versions, // Blame Serde
    19
             clippy::wildcard_dependencies,   // Based, but blame Serde.
    20
             clippy::integer_arithmetic,
  • hyper-simple-server 0.5.1/lib.rs
    56
    #![ allow (clippy::cargo_common_metadata) ]
    57
    #![ allow (clippy::wildcard_dependencies) ]
  • lmake_readme 0.5.4/src/main.rs
    151
        // breakage in the ecosystem.
    152
        clippy::wildcard_dependencies,
    153
        // Rust is more idiomatic without return statement
  • lmake_semver 0.1.12/src/main.rs
    68
        // breakage in the ecosystem.
    69
        clippy::wildcard_dependencies,
    70
        // Rust is more idiomatic without return statement
  • lmake_version_from_date 0.3.41/src/main.rs
    88
        //breakage in the ecosystem.
    89
        clippy::wildcard_dependencies,
    90
        //Rust is more idiomatic without return statement
  • plow_cli 0.4.8/src/main.rs
    45
        // (comment these out if you'd like to improve Cargo.toml)
    46
        clippy::wildcard_dependencies,
    47
        clippy::redundant_feature_names,
  • plow_graphify 0.2.2/src/lib.rs
    40
        // (comment these out if you'd like to improve Cargo.toml)
    41
        clippy::wildcard_dependencies,
    42
        clippy::redundant_feature_names,
  • plow_linter 0.2.8/src/lib.rs
    42
        // (comment these out if you'd like to improve Cargo.toml)
    43
        clippy::wildcard_dependencies,
    44
        clippy::redundant_feature_names,
  • plow_ontology 0.2.1/src/lib.rs
    40
        // (comment these out if you'd like to improve Cargo.toml)
    41
        clippy::wildcard_dependencies,
    42
        clippy::redundant_feature_names,
  • plow_package_management 0.3.1/src/lib.rs
    42
        // (comment these out if you'd like to improve Cargo.toml)
    43
        clippy::wildcard_dependencies,
    44
        clippy::redundant_feature_names,