diff --git a/quinn-proto/src/range_set/btree_range_set.rs b/quinn-proto/src/range_set/btree_range_set.rs index 18d24ff19..8114cf146 100644 --- a/quinn-proto/src/range_set/btree_range_set.rs +++ b/quinn-proto/src/range_set/btree_range_set.rs @@ -321,6 +321,7 @@ impl Drop for Replace<'_> { /// Tests which apply for all implementations can be found in the `tests.rs` module #[cfg(test)] mod tests { + #![allow(clippy::single_range_in_vec_init)] // https://github.com/rust-lang/rust-clippy/issues/11086 use super::*; #[test]