Skip to content

Commit

Permalink
fix(amqp sink): remove unused feature flag (#18948)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull authored Oct 26, 2023
1 parent bf58b06 commit cb53588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal_events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub(crate) use mongodb_metrics::*;

#[cfg(feature = "transforms-aggregate")]
pub(crate) use self::aggregate::*;
#[cfg(any(feature = "sources-amqp", feature = "sinks-amqp"))]
#[cfg(feature = "sources-amqp")]
pub(crate) use self::amqp::*;
#[cfg(feature = "sources-apache_metrics")]
pub(crate) use self::apache_metrics::*;
Expand Down

0 comments on commit cb53588

Please sign in to comment.