Fix clippy warnings (#236)
This commit is contained in:
@@ -249,6 +249,7 @@ impl CryptoState {
|
||||
}
|
||||
|
||||
/// Returns the underlying (stateless) type of the active crypto mode.
|
||||
#[must_use]
|
||||
pub fn kind(self) -> CryptoMode {
|
||||
CryptoMode::from(self)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user