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:
@@ -3,7 +3,7 @@ use std::{
|
||||
path::Path,
|
||||
};
|
||||
|
||||
use super::rust_util::util_msg::{
|
||||
use rust_util::util_msg::{
|
||||
print_message,
|
||||
MessageType,
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@ use std::{
|
||||
fs::File,
|
||||
};
|
||||
|
||||
use super::rust_util::{
|
||||
use rust_util::{
|
||||
util_io::copy_io,
|
||||
XResult,
|
||||
};
|
||||
|
||||
@@ -6,7 +6,7 @@ use std::{
|
||||
process::Command,
|
||||
};
|
||||
|
||||
use super::rust_util::{
|
||||
use rust_util::{
|
||||
new_box_error,
|
||||
util_msg::{
|
||||
print_message,
|
||||
|
||||
Reference in New Issue
Block a user