Skip to content

Commit 82cf9a6

Browse files
committedApr 26, 2024
chore(ci): Reduce noisy lints
1 parent a01f25d commit 82cf9a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ debug_assert_with_mut_call = "warn"
3535
doc_markdown = "warn"
3636
empty_enum = "warn"
3737
enum_glob_use = "warn"
38-
exhaustive_enums = "warn"
39-
exhaustive_structs = "warn"
40-
exit = "warn"
4138
expl_impl_clone_on_copy = "warn"
4239
explicit_deref_methods = "warn"
4340
explicit_into_iter_loop = "warn"
@@ -85,7 +82,6 @@ string_lit_as_bytes = "warn"
8582
string_to_string = "warn"
8683
todo = "warn"
8784
trait_duplication_in_bounds = "warn"
88-
unwrap_used = "warn"
8985
verbose_file_reads = "warn"
9086
wildcard_imports = "warn"
9187
zero_sized_map_values = "warn"

0 commit comments

Comments
 (0)
Please sign in to comment.