-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #5614 - ebroto:test_cargo_lints, r=flip1995
Test cargo lints changelog: Add infrastructure to test cargo lints Closes #5603
- Loading branch information
Showing
22 changed files
with
394 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ declare_clippy_lint! { | |
/// [package] | ||
/// name = "clippy" | ||
/// version = "0.0.212" | ||
/// authors = ["Someone <[email protected]>"] | ||
/// description = "A bunch of helpful lints to avoid common pitfalls in Rust" | ||
/// repository = "https://github.com/rust-lang/rust-clippy" | ||
/// readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.