Skip to content

Commit

Permalink
Updated lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Mar 10, 2024
1 parent 7c76807 commit e617107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/rubedo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
clippy::allow_attributes_without_reason,
clippy::dbg_macro,
clippy::exit,
clippy::infinite_loop,
clippy::missing_assert_message,
clippy::missing_docs_in_private_items,
clippy::mod_module_files,
Expand All @@ -84,7 +85,6 @@
clippy::string_to_string,
clippy::tests_outside_test_module,
clippy::unimplemented,
clippy::unwrap_in_result,
)]
#![deny(
clippy::clone_on_ref_ptr,
Expand All @@ -106,6 +106,7 @@
clippy::print_stdout,
clippy::rc_mutex,
clippy::try_err,
clippy::unwrap_in_result,
clippy::unwrap_used,
clippy::wildcard_enum_match_arm,
)]
Expand All @@ -120,6 +121,7 @@
clippy::filetype_is_file,
clippy::if_then_some_else_none,
clippy::indexing_slicing,
clippy::iter_over_hash_type,
clippy::let_underscore_must_use,
clippy::let_underscore_untyped,
clippy::map_err_ignore,
Expand Down

0 comments on commit e617107

Please sign in to comment.