mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
scheduler: forbid indexing and slicing
This commit is contained in:
committed by
link2xt
parent
c655fd8a64
commit
0007e93e80
@@ -1,3 +1,5 @@
|
|||||||
|
#![warn(clippy::indexing_slicing)]
|
||||||
|
|
||||||
use async_std::prelude::*;
|
use async_std::prelude::*;
|
||||||
use async_std::sync::{channel, Receiver, Sender};
|
use async_std::sync::{channel, Receiver, Sender};
|
||||||
use async_std::task;
|
use async_std::task;
|
||||||
|
|||||||
Reference in New Issue
Block a user