Skip to content

Commit

Permalink
Add validation::checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 23, 2024
1 parent 1a3b160 commit bb720fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/fj-core/src/validation/checks/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//! All validation checks
//!
//! See documentation of [parent module](super) for more information.
2 changes: 2 additions & 0 deletions crates/fj-core/src/validation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ mod error;
mod validation;
mod validation_check;

pub mod checks;

pub use self::{
config::ValidationConfig,
error::{ValidationError, ValidationErrors},
Expand Down

0 comments on commit bb720fd

Please sign in to comment.