identifiers: Remove dead code
This commit is contained in:
parent
9b1ea64a1c
commit
8bf74a0ce7
@ -57,7 +57,6 @@ pub enum EventEncryptionAlgorithm {
|
|||||||
#[doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/src/doc/string_enum.md"))]
|
#[doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/src/doc/string_enum.md"))]
|
||||||
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, StringEnum)]
|
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, StringEnum)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[cfg_attr(feature = "serde", derive(DeserializeFromCowStr, SerializeAsRefStr))]
|
|
||||||
pub enum KeyDerivationAlgorithm {
|
pub enum KeyDerivationAlgorithm {
|
||||||
/// PBKDF2
|
/// PBKDF2
|
||||||
#[ruma_enum(rename = "m.pbkdf2")]
|
#[ruma_enum(rename = "m.pbkdf2")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user