Skip to content

Commit 35d4398

Browse files
author
Devdutt Shenoi
committed
feat: export Forward
1 parent db1f261 commit 35d4398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rumqttd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use tracing_subscriber::{
2121
pub use link::alerts;
2222
pub use link::local;
2323
pub use link::meters;
24-
pub use router::{Alert, IncomingMeter, Meter, Notification, OutgoingMeter};
24+
pub use router::{Alert, Forward, IncomingMeter, Meter, Notification, OutgoingMeter};
2525
use segments::Storage;
2626
pub use server::Broker;
2727

0 commit comments

Comments
 (0)