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

@@ -880,8 +880,6 @@ async fn maybe_send_locations(context: &Context) -> Result<Option<u64>> {
#[cfg(test)]
mod tests {
#![allow(clippy::indexing_slicing)]
use super::*;
use crate::config::Config;
use crate::message::MessageState;