aboutsummaryrefslogtreecommitdiff
path: root/src/util/linked_list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/linked_list.rs')
-rw-r--r--src/util/linked_list.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/linked_list.rs b/src/util/linked_list.rs
index 480ea09..a74f562 100644
--- a/src/util/linked_list.rs
+++ b/src/util/linked_list.rs
@@ -50,6 +50,7 @@ pub(crate) unsafe trait Link {
type Target;
/// Convert the handle to a raw pointer without consuming the handle
+ #[allow(clippy::wrong_self_convention)]
fn as_raw(handle: &Self::Handle) -> NonNull<Self::Target>;
/// Convert the raw pointer to a handle