Jelajahi Sumber

Fix clippy warning

Alessandro Decina 3 tahun lalu
induk
melakukan
2800454763
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      aya-log/aya-log/src/lib.rs

+ 1 - 1
aya-log/aya-log/src/lib.rs

@@ -63,7 +63,7 @@ use std::{convert::TryInto, io, mem, ptr, sync::Arc};
 
 use aya_log_common::{RecordField, LOG_BUF_CAPACITY, LOG_FIELDS};
 use bytes::BytesMut;
-use log::{logger, Level, Log, Record};
+use log::{Level, Log, Record};
 use thiserror::Error;
 
 use aya::{