feat: v1.3.3, remove dependency lazy_static

This commit is contained in:
2022-05-01 13:53:06 +08:00
parent 07ff1d8187
commit 57df2177cc
4 changed files with 9 additions and 22 deletions

View File

@@ -1,7 +1,5 @@
#[macro_use]
extern crate rust_util;
#[macro_use]
extern crate lazy_static;
use clap::{App, AppSettings, ArgMatches};
use rust_util::util_clap::{Command, CommandError};