引入clippy,并根据clippy的提示,修改部分代码 (#575)

This commit is contained in:
LoGin
2024-03-10 21:45:34 +08:00
committed by GitHub
parent f4a82aa55c
commit 840045af94
26 changed files with 77 additions and 81 deletions

View File

@ -1,7 +1,5 @@
#![no_std]
#[allow(unused)]
#[macro_use]
pub extern crate thingbuf;
pub extern crate memoffset;