mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 11:45:25 +00:00
Silence clippy false positive
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user