mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +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
|
||||
|
||||
#![forbid(clippy::indexing_slicing)]
|
||||
|
||||
pub mod send;
|
||||
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
Reference in New Issue
Block a user