diff --git a/gen/youtube3/src/api.rs b/gen/youtube3/src/api.rs index a3071263ae..8ad6daa170 100644 --- a/gen/youtube3/src/api.rs +++ b/gen/youtube3/src/api.rs @@ -23,7 +23,7 @@ use crate::{client, client::GetToken, client::serde_with}; /// Identifies the an OAuth2 authorization scope. /// A scope is needed when requesting an /// [authorization token](https://developers.google.com/youtube/v3/guides/authentication). -#[derive(PartialEq, Eq, Hash, Debug, Clone)] +#[derive(PartialEq, Eq, Hash)] pub enum Scope { /// Manage your YouTube account Full,