]> git.proxmox.com Git - cargo.git/blobdiff - src/bin/cargo/commands/run.rs
Upgrade to Rust 2018
[cargo.git] / src / bin / cargo / commands / run.rs
index ca55fc6f3f0b2cc1ee8fa365e4777503d8a03f10..0bc2fb5257e2a4849c9187cccbdea54f98af8432 100644 (file)
@@ -1,4 +1,4 @@
-use command_prelude::*;
+use crate::command_prelude::*;
 
 use cargo::core::Verbosity;
 use cargo::ops::{self, CompileFilter};