Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clippy #81692

Merged
merged 31 commits into from
Feb 3, 2021
Merged
Changes from 3 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
70704db
Do not lint when range is completely included into another one
ThibsG Jan 15, 2021
0518911
Add more tests for `match_overlapping_arm` lint
ThibsG Jan 24, 2021
69f2b8f
Updated some NITs in the documentation from #6630
xFrednet Jan 25, 2021
52fabbf
Added the rustbot claim command to the contribution guide.
xFrednet Jan 26, 2021
7f1595e
Fix let_and_return false positive
phlip9 Jan 30, 2021
ac912be
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995 Jan 30, 2021
3a0ae08
Update clippy test output for panic macros.
m-ou-se Jan 30, 2021
da26b21
clippy_dev: Pass stderr to CommandFailed
phansch Jan 31, 2021
ed11274
Auto merge of #6656 - phansch:command-failed-print-stderr, r=flip1995
bors Jan 31, 2021
c5f3f9d
Auto merge of #6603 - ThibsG:MatchOverlappingArm5986, r=flip1995
bors Jan 31, 2021
939136d
Remove Option from path_to_res return type
camsteffen Jan 25, 2021
6fd01e0
Box the biggest ast::ItemKind variants
bugadani Jan 29, 2021
9607b5c
Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
bors Feb 1, 2021
0fb09d6
exhaustive_structs: don't trigger for structs with private fields
Manishearth Feb 2, 2021
4a13c8c
Fix test formatting
flip1995 Feb 2, 2021
8d82ac5
Auto merge of #6661 - Manishearth:exhaustive-fix, r=flip1995
bors Feb 2, 2021
f870876
Auto merge of #6659 - phlip9:let_and_return_fix, r=phansch
bors Feb 2, 2021
bde667a
Add missing_panics_doc lint
brightly-salty Dec 30, 2020
28794e9
Auto merge of #6523 - brightly-salty:missing-panic-doc, r=flip1995
bors Feb 2, 2021
9fd4f3e
Auto merge of #6664 - camsteffen:path-to-res, r=Manishearth
bors Feb 2, 2021
e05e477
Add .editorconfig
vn971 Jan 22, 2021
448a97b
Auto merge of #81405 - bugadani:ast, r=cjgillot
bors Feb 2, 2021
a2d2aee
Updated the list of active mentors
xFrednet Feb 2, 2021
11edf92
Auto merge of #6639 - xFrednet:0000-configuration-documentation-some-…
bors Feb 2, 2021
b56b751
Rollup merge of #81260 - vn971:restore-editorconfig, r=Mark-Simulacrum
jackh726 Feb 2, 2021
5c957b8
Merge remote-tracking branch 'origin/master' into rustup
Manishearth Feb 3, 2021
6fb1075
Rustup
Manishearth Feb 3, 2021
a31e5f5
Run rustfmt
Manishearth Feb 3, 2021
741259b
Merge branch 'sync-from-rust3' into rustup
Manishearth Feb 3, 2021
3e41797
Auto merge of #6667 - Manishearth:rustup, r=Manishearth
bors Feb 3, 2021
5889312
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-fro…
Manishearth Feb 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ indent_style = space
indent_size = 4

[*.md]
# double whitespace at end of line
# denotes a line break in Markdown
trim_trailing_whitespace = false

[*.yml]
Expand Down