Skip to content

Commit

Permalink
Remove clients::{base, oauth}
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson committed Jun 15, 2022
1 parent afaf5d5 commit f642923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub mod base;
mod base;
pub mod mutex;
pub mod oauth;
mod oauth;
pub mod pagination;

pub use base::BaseClient;
Expand Down

0 comments on commit f642923

Please sign in to comment.