Skip to content

Commit f82ac4d

Browse files
committedJul 14, 2020
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
2 parents c724b67 + 2ca58e7 commit f82ac4d

File tree

143 files changed

+4316
-1083
lines changed

Some content is hidden

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

143 files changed

+4316
-1083
lines changed
 

‎src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ labels: L-lint
1212

1313
- Kind: *See <https://github.com/rust-lang/rust-clippy/blob/master/README.md#clippy> for list of lint kinds*
1414

15-
*What benefit of this lint over old code?*
15+
*What is the advantage of the recommended code over the original code*
1616

1717
For example:
1818
- Remove bounce checking inserted by ...

‎src/tools/clippy/.github/workflows/clippy_bors.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ jobs:
240240
- 'Geal/nom'
241241
- 'rust-lang/stdarch'
242242
- 'serde-rs/serde'
243-
- 'chronotope/chrono'
243+
# FIXME: chrono currently cannot be compiled with `--all-targets`
244+
# - 'chronotope/chrono'
244245
- 'hyperium/hyper'
245246
- 'rust-random/rand'
246247
- 'rust-lang/futures-rs'

0 commit comments

Comments
 (0)
Please sign in to comment.