configure/mod.rs: forbid indexing and slicing

This commit is contained in:
Alexander Krotov
2020-06-19 11:28:48 +03:00
committed by link2xt
parent 0007e93e80
commit 2a623541d7

View File

@@ -1,5 +1,7 @@
//! Email accounts autoconfiguration process module
#![forbid(clippy::indexing_slicing)]
mod auto_mozilla;
mod auto_outlook;
mod read_url;