refactor: Make clippy happy

This commit is contained in:
Mark Giraud 2023-08-25 15:40:00 +02:00
parent f081af002a
commit ce1ee5ac4d
No known key found for this signature in database
GPG Key ID: 1C0A1EDE9B8335F4
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ extern crate std;
use alloc::boxed::Box;
use alloc::rc::Rc;
use alloc::vec::Vec;
use bitflags::Flags;
use core::cell::UnsafeCell;
use core::ptr;