Silence clippy false positive

This commit is contained in:
Dirkjan Ochtman
2023-08-25 09:46:14 +02:00
parent fbd1c6c369
commit da2e193288
@@ -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]