From 29e6d376feda458b3f03c4875f7bcd07b9a8efb1 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 1 Oct 2022 17:43:24 +0200 Subject: chore: remove repetition of allowing clippy::module_name_repetitions --- src/future.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/future.rs') 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; -- cgit v1.2.3-18-g5258