Skip to content

Commit e768d6f

Browse files
committed
Auto merge of #70485 - matthiaskrgr:submodule_upd, r=Dylan-DPC
submodules: update clippy from 1ff81c1 to 70b93aa Changes: ```` remove redundant import rustup #68404 rustup #69644 rustup #70344 Move verbose_file_reads to restriction move redundant_pub_crate to nursery readme: explain how to run only a single lint on a codebase Remove dependency on `matches` crate Move useless_transmute to nursery nursery group -> style Update for PR feedback Auto merge of #5314 - ehuss:remove-git2, r=flip1995 Lint for `pub(crate)` items that are not crate visible due to the visibility of the module that contains them ```` Fixes #70456
2 parents b9d5ee5 + 6e01d0f commit e768d6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ dependencies = [
483483
"if_chain",
484484
"itertools 0.9.0",
485485
"lazy_static 1.4.0",
486-
"matches",
487486
"pulldown-cmark 0.7.0",
488487
"quine-mc_cluskey",
489488
"regex-syntax",

0 commit comments

Comments
 (0)