mirror of
https://github.com/jht5945/buildj.git
synced 2026-01-12 08:20:03 +08:00
update if else
This commit is contained in:
@@ -11,9 +11,7 @@ use rust_util::{
|
||||
XResult,
|
||||
};
|
||||
|
||||
use super::misc::{
|
||||
VERBOSE,
|
||||
};
|
||||
use super::misc::VERBOSE;
|
||||
|
||||
pub fn download_url(url: &str, dest: &mut File) -> XResult<()> {
|
||||
if *VERBOSE {
|
||||
|
||||
Reference in New Issue
Block a user