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/provider/async.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/provider/async.rs') diff --git a/src/provider/async.rs b/src/provider/async.rs index c9a5273..9925079 100644 --- a/src/provider/async.rs +++ b/src/provider/async.rs @@ -1,4 +1,3 @@ -#![allow(clippy::module_name_repetitions)] use std::marker::PhantomData; use std::sync::Arc; -- cgit v1.2.3-18-g5258