mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
smtp/mod.rs: forbid indexing and slicing
This commit is contained in:
committed by
link2xt
parent
b5400cf551
commit
53bee68acb
@@ -1,5 +1,7 @@
|
|||||||
//! # SMTP transport module
|
//! # SMTP transport module
|
||||||
|
|
||||||
|
#![forbid(clippy::indexing_slicing)]
|
||||||
|
|
||||||
pub mod send;
|
pub mod send;
|
||||||
|
|
||||||
use std::time::{Duration, Instant};
|
use std::time::{Duration, Instant};
|
||||||
|
|||||||
Reference in New Issue
Block a user