Skip to content

Commit

Permalink
Revert "fix: export extern crate (#38)" (#39)
Browse files Browse the repository at this point in the history
This reverts commit a8a56cc.
  • Loading branch information
MrCroxx authored Jul 3, 2023
1 parent c004b41 commit 1ea57ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions foyer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ impl Weight for Vec<u8> {
}
}

pub extern crate foyer_common as common;
pub extern crate foyer_intrusive as intrusive;
pub extern crate foyer_storage as storage;
pub use foyer_common as common;
pub use foyer_intrusive as intrusive;
pub use foyer_storage as storage;

0 comments on commit 1ea57ad

Please sign in to comment.