Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1052 from eddyb/uniform-paths
Browse files Browse the repository at this point in the history
Future-proof for #![feature(uniform_paths)].
  • Loading branch information
nrc authored Sep 10, 2018
2 parents d1ae590 + 45923fc commit fa922de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
pub use self::cargo::make_cargo_config;

use cargo::util::important_paths;
use ::cargo::util::important_paths;
use crate::actions::post_build::PostBuildHandler;
use crate::actions::progress::{ProgressNotifier, ProgressUpdate};
use crate::config::Config;
Expand Down

0 comments on commit fa922de

Please sign in to comment.