소스 검색

Fix clippy warning

Alessandro Decina 3 년 전
부모
커밋
2800454763
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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::{