mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Address clippy warnings
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::useless_conversion)]
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
use std::ffi::CStr;
|
||||
use std::fmt::{Display, Formatter, Write as FmtWrite};
|
||||
|
Reference in New Issue
Block a user