Skip to content

Commit

Permalink
Update lint list to nightly-2020-10-05
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 5, 2020
1 parent 235a56a commit a62d392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Lint checks provided by rustc:
const-item-mutation warn detects attempts to mutate a `const` item
dead-code warn detect unused, unexported items
deprecated warn detects use of deprecated items
drop-bounds warn bounds of the form `T: Drop` are useless
ellipsis-inclusive-range-patterns warn `...` range patterns are deprecated
exported-private-dependencies warn public interface leaks type from a private dependency
illegal-floating-point-literal-pattern warn floating-point literals cannot be used in patterns
Expand Down

0 comments on commit a62d392

Please sign in to comment.