Skip to content

Commit

Permalink
[Feat: Added clone to Reddit type]
Browse files Browse the repository at this point in the history
  • Loading branch information
sabinonweb committed Aug 8, 2024
1 parent e4eed92 commit 52e6b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 52e6b29

Please sign in to comment.