mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
configure/mod.rs: forbid indexing and slicing
This commit is contained in:
committed by
link2xt
parent
0007e93e80
commit
2a623541d7
@@ -1,5 +1,7 @@
|
|||||||
//! Email accounts autoconfiguration process module
|
//! Email accounts autoconfiguration process module
|
||||||
|
|
||||||
|
#![forbid(clippy::indexing_slicing)]
|
||||||
|
|
||||||
mod auto_mozilla;
|
mod auto_mozilla;
|
||||||
mod auto_outlook;
|
mod auto_outlook;
|
||||||
mod read_url;
|
mod read_url;
|
||||||
|
|||||||
Reference in New Issue
Block a user