Skip to content

Commit

Permalink
feat: pub mod api::TagType to root module
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Jan 2, 2022
1 parent 336483f commit 99e14e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub mod api;
mod auth;
mod client;
mod error;
pub use api::{Rating, Ordering};
pub use api::{Rating, Ordering, TagType};
//pub use api::{comments};
pub use auth::AuthDetails;
pub use client::Client;
Expand Down

0 comments on commit 99e14e0

Please sign in to comment.