diff options
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; |