From 52e6b2981e0950367b732dc4386474004cfde000 Mon Sep 17 00:00:00 2001 From: sabinonweb Date: Thu, 8 Aug 2024 23:29:04 +0545 Subject: [PATCH] [Feat: Added clone to Reddit type] --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 115920c..84006cb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -89,6 +89,7 @@ pub mod util; use util::url; /// Client to use OAuth with Reddit. +#[derive(Clone)] pub struct Reddit { config: config::Config, client: Client,