18 |
clippy::multiple_crate_versions, // Blame Serde
|
19 |
clippy::wildcard_dependencies, // Based, but blame Serde.
|
20 |
clippy::integer_arithmetic,
|
56 |
#![ allow (clippy::cargo_common_metadata) ]
|
57 |
#![ allow (clippy::wildcard_dependencies) ]
|
151 |
// breakage in the ecosystem.
|
152 |
clippy::wildcard_dependencies,
|
153 |
// Rust is more idiomatic without return statement
|
68 |
// breakage in the ecosystem.
|
69 |
clippy::wildcard_dependencies,
|
70 |
// Rust is more idiomatic without return statement
|
88 |
//breakage in the ecosystem.
|
89 |
clippy::wildcard_dependencies,
|
90 |
//Rust is more idiomatic without return statement
|
45 |
// (comment these out if you'd like to improve Cargo.toml)
|
46 |
clippy::wildcard_dependencies,
|
47 |
clippy::redundant_feature_names,
|
40 |
// (comment these out if you'd like to improve Cargo.toml)
|
41 |
clippy::wildcard_dependencies,
|
42 |
clippy::redundant_feature_names,
|
42 |
// (comment these out if you'd like to improve Cargo.toml)
|
43 |
clippy::wildcard_dependencies,
|
44 |
clippy::redundant_feature_names,
|
40 |
// (comment these out if you'd like to improve Cargo.toml)
|
41 |
clippy::wildcard_dependencies,
|
42 |
clippy::redundant_feature_names,
|
42 |
// (comment these out if you'd like to improve Cargo.toml)
|
43 |
clippy::wildcard_dependencies,
|
44 |
clippy::redundant_feature_names,
|