common: Move SignedKey::new_fallback out of unstable-pre-spec
This commit is contained in:
parent
cdf383cc45
commit
3813449b29
@ -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 }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user