Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaecb616 authored by En-Shuo Hsu's avatar En-Shuo Hsu
Browse files

Resolve the unused_imports warning

Bug: 299431343
Test: mma -j system/
Change-Id: If3c899691ac890205acf5d72710768999658fa94
parent 2324dace
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ impl BluetoothLogging {
        Self { is_debug, is_stderr, is_initialized: false }
    }

    pub fn initialize(&mut self) -> Result<(), syslog::Error> {
    pub fn initialize(&mut self) -> Result<(), Error> {
        let level = if self.is_debug { LevelFilter::Debug } else { LevelFilter::Info };

        if self.is_stderr {