mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 11:05:32 -04:00
feat(qrcode): DecodingError::Identifier is no longer useful.
This commit is contained in:
@@ -30,9 +30,6 @@ pub enum DecodingError {
|
||||
/// The QR code data is using an unsupported or invalid verification mode.
|
||||
#[error("the QR code contains an invalid verification mode: {0}")]
|
||||
Mode(u8),
|
||||
/// The flow id is not a valid event ID.
|
||||
#[error(transparent)]
|
||||
Identifier(#[from] ruma_common::IdParseError),
|
||||
#[error(transparent)]
|
||||
/// The QR code data does not contain all the necessary fields.
|
||||
Read(#[from] std::io::Error),
|
||||
|
||||
Reference in New Issue
Block a user