Skip to content

Commit

Permalink
refactor: better exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno committed Sep 7, 2024
1 parent 261c8fe commit 110b03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,4 @@
//!```
mod ssr;

pub use ssr::Ssr;
pub use ssr::SsrError;
pub use ssr::{Ssr, SsrError};

0 comments on commit 110b03b

Please sign in to comment.