Skip to content

Commit

Permalink
Tune lints for 1.84 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 10, 2025
1 parent 5b64e59 commit 2c7fa0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ ifeq ($(shell rustup component list --toolchain=nightly \
rustup component add --toolchain=nightly rust-src
endif
endif
cargo $(if $(call eq,$(careful),yes),+nightly careful,) test --all-features\
$(if $(call eq,$(careful),yes),,--lib)
# TODO: Remove on 1.84 Rust upgrade: ^^^^^
cargo $(if $(call eq,$(careful),yes),+nightly careful,) test --all-features



Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::map_err_ignore,
clippy::map_with_unused_argument_over_ranges,
clippy::mem_forget,
clippy::missing_assert_message,
clippy::missing_asserts_for_indexing,
clippy::missing_const_for_fn,
clippy::missing_docs_in_private_items,
clippy::module_name_repetitions,
clippy::multiple_inherent_impl,
clippy::multiple_unsafe_ops_per_block,
clippy::mutex_atomic,
Expand Down

0 comments on commit 2c7fa0d

Please sign in to comment.