Skip to content

Commit

Permalink
chore: remove prelude so wrap builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Sep 12, 2023
1 parent 5eb37fb commit 8a18864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/wrap-rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extern crate lazy_static;

pub mod wrap;
pub use wrap::prelude::*;
pub use wrap::*;

pub mod templates;
pub mod helpers;
Expand Down

0 comments on commit 8a18864

Please sign in to comment.