Skip to content

Commit 4cffca4

Browse files
nightkrTechassi
andauthored
Update crates/stackable-operator/src/validation.rs
Co-authored-by: Techassi <[email protected]>
1 parent f76649d commit 4cffca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/stackable-operator/src/validation.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,10 @@ pub enum Error {
9696
pub struct RegexError {
9797
/// The primary error message.
9898
msg: &'static str,
99+
99100
/// The regex that the input must match.
100101
regex: &'static str,
102+
101103
/// Examples of valid inputs (if non-empty).
102104
examples: &'static [&'static str],
103105
}

0 commit comments

Comments
 (0)