mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
crypto: Silence compiler warning
This commit is contained in:
@@ -892,6 +892,7 @@ enum InnerRequest {
|
||||
Ready(RequestState<Ready>),
|
||||
Transitioned(RequestState<Transitioned>),
|
||||
Passive(RequestState<Passive>),
|
||||
#[allow(dead_code)] // The `RequestState` field within `Done` is not currently used.
|
||||
Done(RequestState<Done>),
|
||||
Cancelled(RequestState<Cancelled>),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user