aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-10-01 17:43:24 +0200
committerHampusM <hampus@hampusmat.com>2022-10-01 17:43:48 +0200
commit29e6d376feda458b3f03c4875f7bcd07b9a8efb1 (patch)
treea4fe76088d3e2f186887ecfd240ccceb06b8b312 /src/interfaces
parentef8d5439c855924153ba671cc1697ca9f1a44f46 (diff)
chore: remove repetition of allowing clippy::module_name_repetitions
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/factory.rs1
1 files changed, 0 insertions, 1 deletions
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;