Skip to content

Commit 6cc5e24

Browse files
committed
fix doc tests
1 parent 8154c72 commit 6cc5e24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/borrow.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ impl BorrowedInterned {
7878
/// # Example
7979
///
8080
/// ```
81+
/// use std::hash::{BuildHasher, Hasher};
82+
///
83+
/// use intern_mint::Interned;
84+
///
8185
/// let hash_builder = ahash::RandomState::new();
8286
///
8387
/// let hash_data = |data: &Interned| {

0 commit comments

Comments
 (0)