diff --git a/crates/ruma-common/src/encryption.rs b/crates/ruma-common/src/encryption.rs index 4b8a85e7..c7786fd5 100644 --- a/crates/ruma-common/src/encryption.rs +++ b/crates/ruma-common/src/encryption.rs @@ -97,7 +97,6 @@ impl SignedKey { } /// Creates a new fallback `SignedKey` with the given key and signatures. - #[cfg(feature = "unstable-pre-spec")] pub fn new_fallback(key: Base64, signatures: SignedKeySignatures) -> Self { Self { key, signatures, fallback: true } }