fix fuzzing

it leaks????
This commit is contained in:
nora 2021-12-30 18:23:21 +01:00
parent 9eff0f0188
commit 145d63e755
12 changed files with 35 additions and 284 deletions

View file

@ -1,3 +1,5 @@
#![allow(dead_code)]
use std::collections::LinkedList;
use std::fmt::{Debug, Formatter};
use std::ops::Deref;