summaryrefslogtreecommitdiff
path: root/src/generator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/generator.rs')
-rw-r--r--src/generator.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/generator.rs b/src/generator.rs
index a20e963..90d647e 100644
--- a/src/generator.rs
+++ b/src/generator.rs
@@ -11,10 +11,10 @@
use std::io::Write;
use std::path::Path;
-use errors::*;
+use crate::errors::*;
use super::Scripter;
use super::Tarballer;
-use util::*;
+use crate::util::*;
actor!{
#[derive(Debug)]
@@ -76,7 +76,7 @@ impl Generator {
// Write the installer version (only used by combine-installers.sh)
let version = package_dir.join("rust-installer-version");
- writeln!(create_new_file(version)?, "{}", ::RUST_INSTALLER_VERSION)
+ writeln!(create_new_file(version)?, "{}", crate::RUST_INSTALLER_VERSION)
.chain_err(|| "failed to write new installer version")?;
// Copy the overlay