Skip to content

Commit a02269e

Browse files
committed
fix: made flow_validator a public module
1 parent d5b59b3 commit a02269e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pub mod flow_config;
88
pub mod flow_health;
99

1010
#[cfg(feature = "flow_validator")]
11-
mod flow_validator;
11+
pub mod flow_validator;

0 commit comments

Comments
 (0)