Skip to content

Commit

Permalink
Update lint list
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 27, 2025
1 parent 23b2b3f commit dc70ea5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/lint/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit dc70ea5

Please sign in to comment.