Skip to content

Commit

Permalink
chore(ci): Reduce noisy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 26, 2024
1 parent a01f25d commit 82cf9a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ debug_assert_with_mut_call = "warn"
doc_markdown = "warn"
empty_enum = "warn"
enum_glob_use = "warn"
exhaustive_enums = "warn"
exhaustive_structs = "warn"
exit = "warn"
expl_impl_clone_on_copy = "warn"
explicit_deref_methods = "warn"
explicit_into_iter_loop = "warn"
Expand Down Expand Up @@ -85,7 +82,6 @@ string_lit_as_bytes = "warn"
string_to_string = "warn"
todo = "warn"
trait_duplication_in_bounds = "warn"
unwrap_used = "warn"
verbose_file_reads = "warn"
wildcard_imports = "warn"
zero_sized_map_values = "warn"
Expand Down

0 comments on commit 82cf9a6

Please sign in to comment.