Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Dec 20, 2023
1 parent ab15307 commit 50f2854
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ pub(crate) mod cmd;

#[cfg(feature = "amqp")]
pub(crate) mod amqp;
#[cfg(feature = "cassandra")]
pub(crate) mod cassandra;
#[cfg(feature = "dns")]
pub(crate) mod dns;
#[cfg(feature = "ftp")]
Expand Down

0 comments on commit 50f2854

Please sign in to comment.