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:14:37 +01:00
committed by Daniel García
parent 610b183cef
commit fee2b5c3fb
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)
}