From cad8d63aa59f63ce612a70ec49db0292776eee1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Fri, 15 Oct 2021 09:57:01 +0000 Subject: [PATCH] Fix clippy warning --- aya-log/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya-log/src/lib.rs b/aya-log/src/lib.rs index 6460512c..559a2692 100644 --- a/aya-log/src/lib.rs +++ b/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::{