Skip to content

Commit

Permalink
Revert "Remove unused import"
Browse files Browse the repository at this point in the history
This reverts commit a9833a3.

Integrations are actually used when they are enabled.
  • Loading branch information
link2xt committed Jul 6, 2024
1 parent 77d9126 commit 4bcd5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yerpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub use typescript::TypeDef;
pub use version::Version;

mod integrations;
pub use integrations::*;

#[async_trait]
pub trait RpcServer: Sync + Send + 'static {
Expand Down

0 comments on commit 4bcd5bd

Please sign in to comment.