forked from MitMaro/git-interactive-rebase-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ignored-lints.txt
31 lines (28 loc) · 875 Bytes
/
ignored-lints.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This file contains any lints from rustc that have not been added, and why.
box-pointers - This project uses Box pointers, and it is safe to do so
unstable-features - This is deprecated, and this project doesn't depend on it
Unstable lints:
fuzzy-provenance-casts
lossy-provenance-casts
multiple-supertrait-upcastable
must-not-suspend
Included in lint group:
unused:
unused_macro_rules,
unused_extern_crates
future-incompatible:
pointer_structural_match
let-underscore:
let_underscore_drop
rust_2018_compatibility:
keyword_idents
absolute_paths_not_starting_with_crate
rust_2018_idioms:
unused_extern_crates
elided_lifetimes_in_paths
explicit_outlives_requirements
rust_2021_compatibility:
rust_2021_incompatible_closure_captures,
rust_2021_incompatible_or_patterns,
rust_2021_prefixes_incompatible_syntax,
rust_2021_prelude_collisions,