From 1721a320b679c56baf8035167815181560ca2555 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 27 Jan 2025 02:27:30 +0000 Subject: [PATCH] Update lint list --- rust/lint/lint.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust/lint/lint.txt b/rust/lint/lint.txt index 724c453..74b71af 100644 --- a/rust/lint/lint.txt +++ b/rust/lint/lint.txt @@ -229,7 +229,6 @@ Lint checks provided by rustc: undropped-manually-drops deny calls to `std::mem::drop` with `std::mem::ManuallyDrop` instead of it's inner value unknown-crate-types deny unknown crate type found in `#[crate_type]` directive useless-deprecated deny detects deprecation attributes with no effect - wasm-c-abi deny detects dependencies that are incompatible with the Wasm C ABI Lint groups provided by rustc: @@ -238,7 +237,7 @@ Lint groups provided by rustc: ---- --------- warnings all lints that are set to issue warnings deprecated-safe deprecated-safe-2024 - future-incompatible deref-into-dyn-supertrait, abi-unsupported-vector-types, ambiguous-associated-items, ambiguous-glob-imports, cenum-impl-drop-cast, coherence-leak-check, conflicting-repr-hints, const-evaluatable-unchecked, elided-lifetimes-in-associated-constant, forbidden-lint-groups, ill-formed-attribute-input, invalid-type-param-default, late-bound-lifetime-arguments, legacy-derive-helpers, macro-expanded-macro-exports-accessed-by-absolute-paths, missing-fragment-specifier, order-dependent-trait-objects, out-of-scope-macro-calls, patterns-in-fns-without-body, proc-macro-derive-resolution-fallback, ptr-cast-add-auto-to-object, pub-use-of-private-extern-crate, repr-transparent-external-private-fields, self-constructor-from-outer-item, semicolon-in-expressions-from-macros, soft-unstable, uncovered-param-in-projection, uninhabited-static, unstable-name-collisions, unstable-syntax-pre-expansion, unsupported-fn-ptr-calling-conventions, wasm-c-abi + future-incompatible deref-into-dyn-supertrait, abi-unsupported-vector-types, ambiguous-associated-items, ambiguous-glob-imports, cenum-impl-drop-cast, coherence-leak-check, conflicting-repr-hints, const-evaluatable-unchecked, elided-lifetimes-in-associated-constant, forbidden-lint-groups, ill-formed-attribute-input, invalid-type-param-default, late-bound-lifetime-arguments, legacy-derive-helpers, macro-expanded-macro-exports-accessed-by-absolute-paths, missing-fragment-specifier, order-dependent-trait-objects, out-of-scope-macro-calls, patterns-in-fns-without-body, proc-macro-derive-resolution-fallback, ptr-cast-add-auto-to-object, pub-use-of-private-extern-crate, repr-transparent-external-private-fields, self-constructor-from-outer-item, semicolon-in-expressions-from-macros, soft-unstable, uncovered-param-in-projection, uninhabited-static, unstable-name-collisions, unstable-syntax-pre-expansion, unsupported-fn-ptr-calling-conventions keyword-idents keyword-idents-2018, keyword-idents-2024 let-underscore let-underscore-drop, let-underscore-lock nonstandard-style non-camel-case-types, non-snake-case, non-upper-case-globals