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/blocking.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/provider/blocking.rs') 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