api: Remove unused derive in macro code

… which was relying on a syn feature not explicitly activated in the crate.
This commit is contained in:
Jonas Platte 2021-06-24 15:02:24 +02:00
parent b5f963229c
commit f0a33c1a12
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -124,7 +124,6 @@ impl Parse for Metadata {
} }
} }
#[derive(PartialEq)]
pub enum AuthScheme { pub enum AuthScheme {
None(kw::None), None(kw::None),
AccessToken(kw::AccessToken), AccessToken(kw::AccessToken),