Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Prevent clippy
complaining at method
It's not incorrectly wrapped. We care about the return type being `Option`.
Dieser Commit ist enthalten in:
Ursprung
49af9cf4f5
Commit
47c2625d38
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -152,6 +152,7 @@ impl<S> MapResult<S> for Option<S> {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::unnecessary_wraps)]
|
||||
const fn _has_source<T>(e: T) -> Option<T> {
|
||||
Some(e)
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren