refactor: remove unnecessary allow(clippy::indexing_slicing)

clippy::indexing_slicing is already allowed in test builds.
This commit is contained in:
link2xt
2024-11-18 11:16:35 +00:00
committed by l
parent 514f0296c0
commit 06eea7ebe8
11 changed files with 0 additions and 19 deletions

View File

@@ -272,8 +272,6 @@ pub(crate) async fn moz_autoconfigure(
#[cfg(test)]
mod tests {
#![allow(clippy::indexing_slicing)]
use super::*;
#[test]