diff options
author | HampusM <hampus@hampusmat.com> | 2022-10-01 17:43:24 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-10-01 17:43:48 +0200 |
commit | 29e6d376feda458b3f03c4875f7bcd07b9a8efb1 (patch) | |
tree | a4fe76088d3e2f186887ecfd240ccceb06b8b312 /src/future.rs | |
parent | ef8d5439c855924153ba671cc1697ca9f1a44f46 (diff) |
chore: remove repetition of allowing clippy::module_name_repetitions
Diffstat (limited to 'src/future.rs')
-rw-r--r-- | src/future.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/future.rs b/src/future.rs index ae4b3a2..6df136f 100644 --- a/src/future.rs +++ b/src/future.rs @@ -1,8 +1,6 @@ //! Future related utilities. //! //! *This module is only available if Syrette is built with the "async" feature.* - -#![allow(clippy::module_name_repetitions)] use std::future::Future; use std::pin::Pin; |