Transition to Rust 2018 style imports

This commit is contained in:
Alexander Theißen
2021-05-26 14:42:53 +02:00
parent ca45220af5
commit 1b0ed1b383
19 changed files with 21 additions and 75 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
pub const UNKNOWN_TRIPLET: &str = "wasm32-unknown-unknown";
pub const EMSCRIPTEN_TRIPLET: &str = "wasm32-unknown-emscripten";
use utils::SourceTarget;
use pwasm_utils::SourceTarget;
/// Configuration of previous build step (cargo compilation)
#[derive(Debug)]