We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01f25d commit 82cf9a6Copy full SHA for 82cf9a6
Cargo.toml
@@ -35,9 +35,6 @@ debug_assert_with_mut_call = "warn"
35
doc_markdown = "warn"
36
empty_enum = "warn"
37
enum_glob_use = "warn"
38
-exhaustive_enums = "warn"
39
-exhaustive_structs = "warn"
40
-exit = "warn"
41
expl_impl_clone_on_copy = "warn"
42
explicit_deref_methods = "warn"
43
explicit_into_iter_loop = "warn"
@@ -85,7 +82,6 @@ string_lit_as_bytes = "warn"
85
82
string_to_string = "warn"
86
83
todo = "warn"
87
84
trait_duplication_in_bounds = "warn"
88
-unwrap_used = "warn"
89
verbose_file_reads = "warn"
90
wildcard_imports = "warn"
91
zero_sized_map_values = "warn"
0 commit comments