Fix clippy warning

pull/350/head
Alessandro Decina 3 years ago committed by Dave Tucker
parent 8bde15dad7
commit 2800454763

@ -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::{

Loading…
Cancel
Save