Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f158600

Browse files
committedJun 13, 2024
Auto merge of rust-lang#126398 - flip1995:clippy-subtree-update, r=Manishearth
Clippy subtree update r? `@Manishearth` Updates `Cargo.lock` with Clippy version bump.
2 parents b6e5e3f + 17d2856 commit f158600

File tree

208 files changed

+3103
-1672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+3103
-1672
lines changed
 

‎src/tools/clippy/clippy_dummy/PUBLISH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This is a dummy crate to publish to crates.io. It primarily exists to ensure
2-
that folks trying to install clippy from crates.io get redirected to the
2+
that folks trying to install Clippy from crates.io get redirected to the
33
`rustup` technique.
44

55
Before publishing, be sure to rename `clippy_dummy` to `clippy` in `Cargo.toml`,
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Installing clippy via crates.io is deprecated. Please use the following:
1+
Installing Clippy via crates.io is deprecated. Please use the following:
22

33
```terminal
44
rustup component add clippy
55
```
66

7-
on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing clippy binary.
7+
on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing Clippy binary.
88

99
See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information

‎src/tools/clippy/clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy_lints"
3-
version = "0.1.80"
3+
version = "0.1.81"
44
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
55
repository = "https://github.com/rust-lang/rust-clippy"
66
readme = "README.md"

‎src/tools/clippy/clippy_lints/src/attrs/maybe_misused_cfg.rs

-51
This file was deleted.
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.