From 686d0a2e6ec333a72943868a6b2f133d3d32144f Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 27 Aug 2024 21:06:36 +0200 Subject: chore: add attribute to enable clippy lints all & pedantic --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 943ad04..e9479d1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![deny(clippy::all, clippy::pedantic)] use std::alloc::{alloc, handle_alloc_error, realloc, Layout}; use std::cmp::max; use std::marker::PhantomData; -- cgit v1.2.3-18-g5258