smtp/mod.rs: forbid indexing and slicing

This commit is contained in:
Alexander Krotov
2020-06-19 00:10:42 +03:00
committed by link2xt
parent b5400cf551
commit 53bee68acb

View File

@@ -1,5 +1,7 @@
//! # SMTP transport module
#![forbid(clippy::indexing_slicing)]
pub mod send;
use std::time::{Duration, Instant};