Skip to content

Commit 8dcb0e7

Browse files
committed
Tune lints for 1.74 Rust
1 parent 51291d3 commit 8dcb0e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ jobs:
6868

6969
- run: cargo +nightly update -Z minimal-versions
7070

71-
# TODO: Uncomment once MSRV is bumped up above 1.71 Rust.
72-
#- run: make test.cargo
73-
- run: cargo test --lib
71+
- run: make test.cargo
7472

7573
test:
7674
strategy:

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
clippy::format_push_string,
3939
clippy::get_unwrap,
4040
clippy::if_then_some_else_none,
41+
clippy::implied_bounds_in_impls,
4142
clippy::imprecise_flops,
4243
clippy::index_refutable_slice,
4344
clippy::iter_on_empty_collections,
@@ -51,6 +52,7 @@
5152
clippy::map_err_ignore,
5253
clippy::mem_forget,
5354
clippy::missing_assert_message,
55+
clippy::missing_asserts_for_indexing,
5456
clippy::missing_const_for_fn,
5557
clippy::missing_docs_in_private_items,
5658
clippy::multiple_inherent_impl,

0 commit comments

Comments
 (0)