mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-28 02:42:07 +00:00
Optimize and format imports
[skip ci]
This commit is contained in:
@@ -3,7 +3,7 @@ use std::fmt::Display;
|
||||
use std::panic::Location;
|
||||
|
||||
use crate::logging::Formatter;
|
||||
use crate::{log_with_args, log_with_formatter, LogLevel};
|
||||
use crate::{LogLevel, log_with_args, log_with_formatter};
|
||||
|
||||
// Error handling throughout the Rust codebase in Magisk:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user