Skip to content

Commit

Permalink
fix: import deref
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Aug 30, 2022
1 parent 82bc133 commit b094073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/dns_table.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use ipnet::IpNet;
use lazy_static::__Deref;
use lru::LruCache;
use std::ops::Deref;
use std::{
net::{IpAddr, Ipv4Addr},
str::FromStr,
Expand Down
1 change: 1 addition & 0 deletions src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub(crate) fn init(cli: &cli::Cli) {
record.args()
)
})
// .filter_level(level)
.filter_module("kungfu", level)
.init();
}

0 comments on commit b094073

Please sign in to comment.