common: Remove leftover feature gate
This commit is contained in:
parent
f9c14eb128
commit
c4bccfe17e
@ -93,12 +93,7 @@ pub struct SignedKey {
|
|||||||
impl SignedKey {
|
impl SignedKey {
|
||||||
/// Creates a new `SignedKey` with the given key and signatures.
|
/// Creates a new `SignedKey` with the given key and signatures.
|
||||||
pub fn new(key: Base64, signatures: SignedKeySignatures) -> Self {
|
pub fn new(key: Base64, signatures: SignedKeySignatures) -> Self {
|
||||||
Self {
|
Self { key, signatures, fallback: false }
|
||||||
key,
|
|
||||||
signatures,
|
|
||||||
#[cfg(feature = "unstable-pre-spec")]
|
|
||||||
fallback: false,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a new fallback `SignedKey` with the given key and signatures.
|
/// Creates a new fallback `SignedKey` with the given key and signatures.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user