Skip to content

Commit

Permalink
adding v3 todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Nov 15, 2023
1 parent 17572db commit 8ba84cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validators/literal.rs
Expand Up @@ -123,6 +123,7 @@ impl<T: Debug> LiteralLookup<T> {
// of parsing types like UUID; see the implementation of `validate_str` for Json
// inputs for justification. We might change that eventually, but for now we need
// to work around this when loading from JSON
// V3 TODO: revisit making this "exact" for JSON inputs
input.validate_str(true, false).map(ValidationMatch::into_inner)
};

Expand Down

0 comments on commit 8ba84cb

Please sign in to comment.