rust2018: remove extern crate

Signed-off-by: Levente Kurusa <lkurusa@acm.org>
This commit is contained in:
Levente Kurusa
2018-12-23 16:57:41 +01:00
parent 932a6e770f
commit ed1e8162d5
9 changed files with 5 additions and 15 deletions
-2
View File
@@ -1,6 +1,4 @@
//! Integration test about setting resources using `apply()`
extern crate cgroups;
use cgroups::pid::{PidController, PidMax};
use cgroups::{Cgroup, PidResources, Resources};