diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-07-02 14:35:19 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-07-02 14:59:02 +0200 |
| commit | beb0e731de1c13ee0ee341965718b6350a48b34d (patch) | |
| tree | 55b99c273013575811111601fc4ff948e4d27157 /src/tools/clippy/tests/ui/range.rs | |
| parent | 72b21014344fe5a595270c951d5a15887f9c7992 (diff) | |
| parent | 37f4c1725d3fd7e9c3ffd8783246bc5589debc53 (diff) | |
| download | rust-beb0e731de1c13ee0ee341965718b6350a48b34d.tar.gz rust-beb0e731de1c13ee0ee341965718b6350a48b34d.zip | |
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Diffstat (limited to 'src/tools/clippy/tests/ui/range.rs')
| -rw-r--r-- | src/tools/clippy/tests/ui/range.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clippy/tests/ui/range.rs b/src/tools/clippy/tests/ui/range.rs index 628282509c1..46edf0921bf 100644 --- a/src/tools/clippy/tests/ui/range.rs +++ b/src/tools/clippy/tests/ui/range.rs @@ -1,3 +1,4 @@ +#![allow(clippy::useless_vec)] #[warn(clippy::range_zip_with_len)] fn main() { let v1 = vec![1, 2, 3]; |
