mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
57627d254d
It turns out there is a bit of a circular dependency - I cannot add anything to `core` because Clippy fails, and I can't actually add correct Clippy implementations without new implementations from `core`. Change some of the Clippy stubs from `unimplemented!` to success values and leave a FIXME in their place to mitigate this. Fixes <https://github.com/rust-lang/rust/issues/122587> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |