File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- run : cargo +nightly update -Z minimal-versions
70
70
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
74
72
75
73
test :
76
74
strategy :
Original file line number Diff line number Diff line change 38
38
clippy:: format_push_string,
39
39
clippy:: get_unwrap,
40
40
clippy:: if_then_some_else_none,
41
+ clippy:: implied_bounds_in_impls,
41
42
clippy:: imprecise_flops,
42
43
clippy:: index_refutable_slice,
43
44
clippy:: iter_on_empty_collections,
51
52
clippy:: map_err_ignore,
52
53
clippy:: mem_forget,
53
54
clippy:: missing_assert_message,
55
+ clippy:: missing_asserts_for_indexing,
54
56
clippy:: missing_const_for_fn,
55
57
clippy:: missing_docs_in_private_items,
56
58
clippy:: multiple_inherent_impl,
You can’t perform that action at this time.
0 commit comments