mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
e4dceef7e7
This reverts commit d7ba66bf44.
It was causing problems with crates with:
```rust
#![cfg_attr(feature="clippy", plugin(clippy))]
```