diff options
author | HampusM <hampus@hampusmat.com> | 2022-10-01 17:43:24 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-10-01 17:43:48 +0200 |
commit | 29e6d376feda458b3f03c4875f7bcd07b9a8efb1 (patch) | |
tree | a4fe76088d3e2f186887ecfd240ccceb06b8b312 /src/libs | |
parent | ef8d5439c855924153ba671cc1697ca9f1a44f46 (diff) |
chore: remove repetition of allowing clippy::module_name_repetitions
Diffstat (limited to 'src/libs')
-rw-r--r-- | src/libs/intertrait/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/intertrait/mod.rs b/src/libs/intertrait/mod.rs index 3b3e9ba..dc0f19e 100644 --- a/src/libs/intertrait/mod.rs +++ b/src/libs/intertrait/mod.rs @@ -1,5 +1,3 @@ -#![allow(clippy::module_name_repetitions)] - //! A library providing direct casting among trait objects implemented by a type. //! //! In Rust, an object of a sub-trait of [`Any`] can be downcast to a concrete type |