client-api: Remove unnecessary attribute

This commit is contained in:
Jonas Platte 2021-08-21 14:28:52 +02:00
parent f5ab038e22
commit 06f8b81ace
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -28,7 +28,6 @@ mod user_serde;
/// Additional authentication information for the user-interactive authentication API.
#[derive(Clone, Debug, Outgoing, Serialize)]
#[non_exhaustive]
#[allow(clippy::manual_non_exhaustive)]
#[incoming_derive(!Deserialize)]
#[serde(untagged)]
pub enum AuthData<'a> {