Skip to content

Commit

Permalink
Merge pull request #90 from sabinonweb/master
Browse files Browse the repository at this point in the history
[Feat: Added clone to Reddit type]
  • Loading branch information
beanpuppy authored Aug 8, 2024
2 parents e4eed92 + 52e6b29 commit 629bb46
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 629bb46

Please sign in to comment.