about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-errors.js
diff options
context:
space:
mode:
authorSamuel "Sam" Tardieu <sam@rfc1149.net>2023-03-21 20:18:47 +0100
committerSamuel "Sam" Tardieu <sam@rfc1149.net>2023-03-21 22:00:58 +0100
commit728ee6f8cdddd9bc7deda8271419c7cedfdf518a (patch)
treeadf031ed278d9d4f2a4fc2476f4f2b14d0538727 /tests/rustdoc-js-std/parser-errors.js
parent0a77f4c5b1e33170e8ae9b70eded428ba20c5d9b (diff)
downloadrust-728ee6f8cdddd9bc7deda8271419c7cedfdf518a.tar.gz
rust-728ee6f8cdddd9bc7deda8271419c7cedfdf518a.zip
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.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions