diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-10-11 12:16:22 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-10-11 12:16:22 +0200 |
| commit | b8654eaa6c4c4abaed9b8e448445b992c87bb41e (patch) | |
| tree | cf9127650966949e8aed9189ad73ae2a59751627 /clippy_dev/src/lib.rs | |
| parent | 8b45dd704b974fb9c6d8ea58330ca893154cb5db (diff) | |
| download | rust-b8654eaa6c4c4abaed9b8e448445b992c87bb41e.tar.gz rust-b8654eaa6c4c4abaed9b8e448445b992c87bb41e.zip | |
Stabilize tool lints
Diffstat (limited to 'clippy_dev/src/lib.rs')
| -rw-r--r-- | clippy_dev/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs index 0e29db9bef0..eee9089e7c4 100644 --- a/clippy_dev/src/lib.rs +++ b/clippy_dev/src/lib.rs @@ -8,7 +8,7 @@ // except according to those terms. -#![feature(tool_lints)] + #![allow(clippy::default_hash_types)] use itertools::Itertools; |
