Skip to content

Commit

Permalink
Fix component features
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Sichert <mail@pablosichert.com>
  • Loading branch information
pablosichert committed Apr 11, 2022
1 parent d5665a2 commit 48e8a91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sinks/statsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,7 @@ mod test {
use bytes::Bytes;
use futures::{channel::mpsc, StreamExt, TryStreamExt};
use tokio::net::UdpSocket;
use tokio_util::{
codec::{BytesCodec, Encoder as _},
udp::UdpFramed,
};
use tokio_util::{codec::BytesCodec, udp::UdpFramed};
#[cfg(feature = "sources-statsd")]
use {crate::sources::statsd::parser::parse, std::str::from_utf8};

Expand Down

0 comments on commit 48e8a91

Please sign in to comment.