Skip to content

Commit 471e628

Browse files
Merge pull request #78 from code0-tech/fix-private-flow-validator
fix: made flow_validator a public module
2 parents d5b59b3 + a02269e commit 471e628

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)