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 - src/provider/blocking.rs | 1 - 2 files changed, 2 deletions(-) (limited to 'src/provider') 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; diff --git a/src/provider/blocking.rs b/src/provider/blocking.rs index e00786b..16e8847 100644 --- a/src/provider/blocking.rs +++ b/src/provider/blocking.rs @@ -1,4 +1,3 @@ -#![allow(clippy::module_name_repetitions)] use std::marker::PhantomData; use std::rc::Rc; -- cgit v1.2.3-18-g5258