@ -29,6 +29,7 @@ rustflags = [
"-Wclippy::empty-enum" ,
"-Wclippy::empty-structs-with-brackets" ,
"-Wclippy::enum-glob-use" ,
"-Wclippy::error-impl-error" ,
"-Wclippy::exit" ,
"-Wclippy::expect-used" ,
"-Wclippy::expl-impl-clone-on-copy" ,
@ -43,8 +44,10 @@ rustflags = [
"-Wclippy::format-push-string" ,
"-Wclippy::from-iter-instead-of-collect" ,
"-Wclippy::get-unwrap" ,
"-Wclippy::host-endian-bytes" ,
"-Wclippy::if-not-else" ,
"-Wclippy::if-then-some-else-none" ,
"-Wclippy::ignored-unit-patterns" ,
"-Wclippy::implicit-clone" ,
"-Wclippy::implicit-hasher" ,
"-Wclippy::inconsistent-struct-constructor" ,
@ -82,7 +85,9 @@ rustflags = [
"-Wclippy::mem-forget" ,
"-Wclippy::mismatching-type-param-order" ,
"-Wclippy::missing-assert-message" ,
"-Wclippy::missing-asserts-for-indexing" ,
"-Wclippy::missing-enforced-import-renames" ,
"-Wclippy::missing-fields-in-debug" ,
"-Wclippy::multiple-inherent-impl" ,
"-Wclippy::mut-mut" ,
"-Wclippy::mutex-atomic" ,
@ -91,6 +96,7 @@ rustflags = [
"-Wclippy::needless-continue" ,
"-Wclippy::needless-for-each" ,
"-Wclippy::needless-pass-by-value" ,
"-Wclippy::needless-raw-strings" ,
"-Wclippy::negative-feature-names" ,
"-Wclippy::no-effect-underscore-binding" ,
"-Wclippy::no-mangle-with-rust-abi" ,
@ -101,6 +107,8 @@ rustflags = [
"-Wclippy::print-stderr" ,
"-Wclippy::print-stdout" ,
"-Wclippy::ptr-as-ptr" ,
"-Wclippy::ptr-cast-constness" ,
"-Wclippy::pub-without-shorthand" ,
"-Wclippy::range-minus-one" ,
"-Wclippy::range-plus-one" ,
"-Wclippy::rc-buffer" ,
@ -108,19 +116,23 @@ rustflags = [
"-Wclippy::redundant-closure-for-method-calls" ,
"-Wclippy::redundant-else" ,
"-Wclippy::redundant-feature-names" ,
"-Wclippy::redundant-type-annotations" ,
"-Wclippy::ref-binding-to-reference" ,
"-Wclippy::ref-option-ref" ,
"-Wclippy::ref-patterns" ,
"-Wclippy::rest-pat-in-fully-bound-structs" ,
"-Wclippy::return-self-not-must-use" ,
"-Wclippy::same-functions-in-if-condition" ,
"-Wclippy::same-name-method" ,
"-Wclippy::semicolon-inside-block" ,
"-Wclippy::shadow-same" ,
"-Wclippy::should-panic-without-expect" ,
"-Wclippy::single-match-else" ,
"-Wclippy::stable-sort-primitive" ,
"-Wclippy::str-to-string" ,
"-Wclippy::string-add" ,
"-Wclippy::string-add-assign" ,
"-Wclippy::string-lit-chars-any" ,
"-Wclippy::string-to-string" ,
"-Wclippy::struct-excessive-bools" ,
"-Wclippy::suspicious-xor-used-as-pow" ,