Cleanups and Fixes for Emergency Access

- Several cleanups and code optimizations for Emergency Access
- Fixed a race-condition regarding jobs for Emergency Access
- Some other small changes like `allow(clippy::)` removals

Fixes #2925
This commit is contained in:
BlackDex
2022-12-04 23:16:49 +01:00
committed by Daniel García
parent b022be9ba8
commit 63fb0e5a57
12 changed files with 173 additions and 153 deletions
-1
View File
@@ -168,7 +168,6 @@ impl<S> MapResult<S> for Option<S> {
}
}
#[allow(clippy::unnecessary_wraps)]
const fn _has_source<T>(e: T) -> Option<T> {
Some(e)
}