Skip to content

Commit

Permalink
Tune lints for 1.79 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 14, 2024
1 parent 2eee71e commit 1e09789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rustdoc-args = ["--cfg", "docsrs"]
into-regex = ["dep:either", "dep:regex", "dep:regex-syntax"]

[dependencies]
derive_more = { version = "0.99.17", features = ["as_ref", "deref", "deref_mut", "display", "error", "from", "into"], default_features = false }
derive_more = { version = "0.99.17", features = ["as_ref", "deref", "deref_mut", "display", "error", "from", "into"], default-features = false }
nom = "7.0"
nom_locate = "4.0"

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_c_str_literals,
clippy::manual_clamp,
clippy::map_err_ignore,
clippy::mem_forget,
clippy::missing_assert_message,
Expand All @@ -93,7 +92,6 @@
clippy::rc_buffer,
clippy::rc_mutex,
clippy::read_zero_byte_vec,
clippy::readonly_write_lock,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::ref_patterns,
Expand Down Expand Up @@ -142,9 +140,11 @@
missing_copy_implementations,
missing_debug_implementations,
missing_docs,
redundant_lifetimes,
semicolon_in_expressions_from_macros,
single_use_lifetimes,
unit_bindings,
unnameable_types,
unreachable_pub,
unsafe_op_in_unsafe_fn,
unstable_features,
Expand Down

0 comments on commit 1e09789

Please sign in to comment.