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

Commit db22c31e authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

floss: Hide warning for NativeInvoker

We want to keep NativeInvoker for debugging. So don't warn that it is
unused.

Bug: 195443545
Tag: #floss
Test: Build floss and check that there is no warning

Change-Id: Ib2616fa0f20f13b67ec6b3feb3e1a47f2012e125
parent 0b53f5e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -445,6 +445,7 @@ pub trait ProcessManager {
}

pub enum Invoker {
    #[allow(dead_code)]
    NativeInvoker,
    SystemdInvoker,
    UpstartInvoker,