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
1 changed files with 3 additions and 4 deletions

View File

@ -12,10 +12,9 @@ use util::*;
use gio::prelude::*; use gio::prelude::*;
use gio::NONE_CANCELLABLE; use gio::NONE_CANCELLABLE;
use glib::prelude::*; use glib::prelude::*;
use ostree::{ use ostree::ObjectType;
ObjectName, ObjectType, RepoCheckoutAtOptions, RepoCheckoutFilterResult, RepoCheckoutMode, use ostree::*;
RepoCheckoutOverwriteMode, RepoDevInoCache, #[cfg(feature = "v2016_8")]
};
use std::os::unix::io::AsRawFd; use std::os::unix::io::AsRawFd;
#[test] #[test]