Skip to content

Commit 5e39d12

Browse files
committed
Exclude miri from tests/hasher.rs
1 parent eb27215 commit 5e39d12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/hasher.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! Sanity check that alternate hashers work correctly.
22
3+
#![cfg(not(miri))] // FIXME: takes too long
4+
35
use hashbrown::HashSet;
46
use std::hash::{BuildHasher, BuildHasherDefault, Hasher};
57

0 commit comments

Comments
 (0)