Disable CollectionRef tests on too-old features
This commit is contained in:
parent
f5375f36b6
commit
c7f158ad94
|
|
@ -1,3 +1,5 @@
|
|||
#![cfg(feature = "v2018_6")]
|
||||
|
||||
use crate::CollectionRef;
|
||||
use std::collections::hash_map::DefaultHasher;
|
||||
use std::hash::{Hash, Hasher};
|
||||
|
|
|
|||
Loading…
Reference in New Issue