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

Commit fa922de

Browse files
authored
Merge pull request #1052 from eddyb/uniform-paths
Future-proof for #![feature(uniform_paths)].
2 parents d1ae590 + 45923fc commit fa922de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
pub use self::cargo::make_cargo_config;
1414

15-
use cargo::util::important_paths;
15+
use ::cargo::util::important_paths;
1616
use crate::actions::post_build::PostBuildHandler;
1717
use crate::actions::progress::{ProgressNotifier, ProgressUpdate};
1818
use crate::config::Config;

0 commit comments

Comments
 (0)