diff options
author | HampusM <hampus@hampusmat.com> | 2024-08-27 21:06:36 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-08-27 21:06:36 +0200 |
commit | 686d0a2e6ec333a72943868a6b2f133d3d32144f (patch) | |
tree | 173509163c6e639dfbb03ba66c5ecbf445b1f593 /src | |
parent | 3248590d18018dcb38afb4af0741c030bf3f8cd3 (diff) |
chore: add attribute to enable clippy lints all & pedantic
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |