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/interfaces/factory.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interfaces') diff --git a/src/interfaces/factory.rs b/src/interfaces/factory.rs index de1fca9..58cf56f 100644 --- a/src/interfaces/factory.rs +++ b/src/interfaces/factory.rs @@ -1,4 +1,3 @@ -#![allow(clippy::module_name_repetitions)] use crate::libs::intertrait::CastFrom; use crate::ptr::TransientPtr; -- cgit v1.2.3-18-g5258