Skip to content

Commit

Permalink
fix: export extern crate (MrCroxx#38)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Jul 3, 2023
1 parent 98a0af7 commit a8a56cc
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 use foyer_common as common;
pub use foyer_intrusive as intrusive;
pub use foyer_storage as storage;
pub extern crate foyer_common as common;
pub extern crate foyer_intrusive as intrusive;
pub extern crate foyer_storage as storage;

0 comments on commit a8a56cc

Please sign in to comment.