57: Make auth clonable r=jowax a=jowax



Co-authored-by: Joel Wachsler <JoelWachsler@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-08-07 02:45:42 +00:00 committed by GitHub
commit 6e3d1715ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ pub fn generate_skeleton(ident: &syn::Ident) -> proc_macro2::TokenStream {
type Result<T> = std::result::Result<T, Error>;
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct #auth {
auth_cookie: String,
base_url: String,