rm lazy_static
This commit is contained in:
@@ -5,10 +5,6 @@ use argparse::{
|
||||
StoreTrue,
|
||||
};
|
||||
|
||||
// lazy_static! {
|
||||
// pub static ref IS_DEBUG: bool = rust_util::util_env::is_env_on("DEBUG");
|
||||
// }
|
||||
|
||||
const EMPTY: &str = "";
|
||||
|
||||
pub struct Options {
|
||||
|
||||
@@ -10,6 +10,7 @@ use hmac::{
|
||||
use reqwest::Response;
|
||||
use rust_util::*;
|
||||
|
||||
|
||||
pub const DEFAULT_URL_VALID_IN_SECS: u64 = 1000;
|
||||
|
||||
pub const OSS_VERB_GET: &str = "GET";
|
||||
|
||||
Reference in New Issue
Block a user