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