mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
728ee6f8cd
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |