mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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
Block a user