mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
refactor: forbid clippy::indexing_slicing
It is impossible to allow this in the new code now.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![recursion_limit = "256"]
|
||||
#![cfg_attr(not(test), forbid(clippy::indexing_slicing))]
|
||||
pub mod api;
|
||||
pub use yerpc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user