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/ptr.rs | |
parent | ef8d5439c855924153ba671cc1697ca9f1a44f46 (diff) |
chore: remove repetition of allowing clippy::module_name_repetitions
Diffstat (limited to 'src/ptr.rs')
-rw-r--r-- | src/ptr.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -#![allow(clippy::module_name_repetitions)] - //! Smart pointer type aliases. use std::rc::Rc; use std::sync::Arc; |