refactor: forbid clippy::string_slice

This commit is contained in:
link2xt
2024-11-18 22:13:14 +00:00
committed by l
parent 3235c8bc9f
commit c18a476806
7 changed files with 28 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
#![recursion_limit = "256"]
#![cfg_attr(not(test), forbid(clippy::indexing_slicing))]
#![cfg_attr(not(test), forbid(clippy::string_slice))]
pub mod api;
pub use yerpc;