diff options
| author | bors <bors@rust-lang.org> | 2021-12-17 12:24:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-12-17 12:24:03 +0000 |
| commit | 23d11428de3e973b34a5090a78d62887f821c90e (patch) | |
| tree | 96e7e639e00f774eae1c5ed7aeb641703d64bc92 /tests/ui/trailing_empty_array.rs | |
| parent | 40fd785199d80a06c1a1664d64209f78343c0e05 (diff) | |
| parent | 646a9cf559ecec7dfef815ce69ba01ae54e98e3c (diff) | |
Auto merge of #8134 - flip1995:rustup, r=flip1995
Rustup r? `@ghost` changelog: none
Diffstat (limited to 'tests/ui/trailing_empty_array.rs')
| -rw-r--r-- | tests/ui/trailing_empty_array.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/trailing_empty_array.rs b/tests/ui/trailing_empty_array.rs index 501c9eb7651..c39b0bcaf22 100644 --- a/tests/ui/trailing_empty_array.rs +++ b/tests/ui/trailing_empty_array.rs @@ -1,5 +1,4 @@ #![warn(clippy::trailing_empty_array)] -#![feature(const_generics_defaults)] // Do lint: |
