diff options
| author | Eric Huss <eric@huss.org> | 2023-12-10 09:34:13 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-12-10 13:03:28 -0800 |
| commit | f481596ee4e761182f20eaf1b67d4431cd2d5556 (patch) | |
| tree | fc0ae7b828e7036216820f6426879bef446cc7b0 /tests/ui/rust-2018/edition-lint-nested-paths.rs | |
| parent | 7e452c123c5acea813130a9519b34f83795cb856 (diff) | |
| download | rust-f481596ee4e761182f20eaf1b67d4431cd2d5556.tar.gz rust-f481596ee4e761182f20eaf1b67d4431cd2d5556.zip | |
Remove edition umbrella features.
Diffstat (limited to 'tests/ui/rust-2018/edition-lint-nested-paths.rs')
| -rw-r--r-- | tests/ui/rust-2018/edition-lint-nested-paths.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/rust-2018/edition-lint-nested-paths.rs b/tests/ui/rust-2018/edition-lint-nested-paths.rs index e622a8e24be..d261c10e36d 100644 --- a/tests/ui/rust-2018/edition-lint-nested-paths.rs +++ b/tests/ui/rust-2018/edition-lint-nested-paths.rs @@ -1,6 +1,5 @@ // run-rustfix -#![feature(rust_2018_preview)] #![deny(absolute_paths_not_starting_with_crate)] use foo::{a, b}; |
