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 /tests/ui/module_inception.rs | |
| parent | 8b45dd704b974fb9c6d8ea58330ca893154cb5db (diff) | |
| download | rust-b8654eaa6c4c4abaed9b8e448445b992c87bb41e.tar.gz rust-b8654eaa6c4c4abaed9b8e448445b992c87bb41e.zip | |
Stabilize tool lints
Diffstat (limited to 'tests/ui/module_inception.rs')
| -rw-r--r-- | tests/ui/module_inception.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/module_inception.rs b/tests/ui/module_inception.rs index 1dfc06f38af..333a8efec32 100644 --- a/tests/ui/module_inception.rs +++ b/tests/ui/module_inception.rs @@ -8,7 +8,7 @@ // except according to those terms. -#![feature(tool_lints)] + #![warn(clippy::module_inception)] |
