From 8895ac698fd7eabebdb3ae7355d21a71bb4c3549 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 22 Oct 2023 13:48:29 +0200 Subject: [PATCH] remove changes from generated file --- gen/youtube3/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,