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

@@ -1,5 +1,3 @@
#![allow(clippy::indexing_slicing)]
use anyhow::Result;
use crate::chat;