tests: fix imports with default features

This commit is contained in:
Felix Krull 2019-05-31 23:53:10 +02:00 committed by Colin Walters
parent 19fdf706d5
commit eb602d8546

View File

@ -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]