Explorar el Código

Fix clippy warning

Alessandro Decina hace 3 años
padre
commit
2800454763
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 aya_log_common::{RecordField, LOG_BUF_CAPACITY, LOG_FIELDS};
 use bytes::BytesMut;
 use bytes::BytesMut;
-use log::{logger, Level, Log, Record};
+use log::{Level, Log, Record};
 use thiserror::Error;
 use thiserror::Error;
 
 
 use aya::{
 use aya::{