diff options
| author | bors <bors@rust-lang.org> | 2023-03-21 21:04:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-21 21:04:37 +0000 |
| commit | 6cebe58dfe09654100fe370773e3d10581e20bdf (patch) | |
| tree | 52b0f50506e5452ae5b26ad90111df1a67040d75 /tests/rustdoc-js-std/parser-errors.js | |
| parent | 7b3c4aa77170e10ddc78e4661392d02feb5e5cd7 (diff) | |
| parent | 728ee6f8cdddd9bc7deda8271419c7cedfdf518a (diff) | |
| download | rust-6cebe58dfe09654100fe370773e3d10581e20bdf.tar.gz rust-6cebe58dfe09654100fe370773e3d10581e20bdf.zip | |
Auto merge of #10526 - samueltardieu:dogfood-clippy, r=flip1995
Really dogfood clippy The dogfood success condition was inverted in `tests/dogfood.rs`: ```rust assert!(!failed_packages.is_empty(), …); ``` while instead the `failed_packages` collection must be empty: ```rust assert!(failed_packages.is_empty(), …); ``` And indeed, several clippy lint source files were not clean and had to be fixed in the process. changelog: none
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions
