mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-27 01:57:49 +03:00
tests: fix imports with default features
This commit is contained in:
parent
19fdf706d5
commit
eb602d8546
@ -12,10 +12,9 @@ use util::*;
|
||||
use gio::prelude::*;
|
||||
use gio::NONE_CANCELLABLE;
|
||||
use glib::prelude::*;
|
||||
use ostree::{
|
||||
ObjectName, ObjectType, RepoCheckoutAtOptions, RepoCheckoutFilterResult, RepoCheckoutMode,
|
||||
RepoCheckoutOverwriteMode, RepoDevInoCache,
|
||||
};
|
||||
use ostree::ObjectType;
|
||||
use ostree::*;
|
||||
#[cfg(feature = "v2016_8")]
|
||||
use std::os::unix::io::AsRawFd;
|
||||
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user