1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-27 17:20:06 +08:00

super::rust_util -> rust_tuil

This commit is contained in:
2019-08-07 00:53:42 +08:00
parent c317d50580
commit 4d21177334
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ use std::{
path::Path,
};
use super::rust_util::util_msg::{
use rust_util::util_msg::{
print_message,
MessageType,
};

View File

@@ -2,7 +2,7 @@ use std::{
fs::File,
};
use super::rust_util::{
use rust_util::{
util_io::copy_io,
XResult,
};

View File

@@ -6,7 +6,7 @@ use std::{
process::Command,
};
use super::rust_util::{
use rust_util::{
new_box_error,
util_msg::{
print_message,