File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ assert!(s.validate().is_ok());
3939- ` toml ` - provide serialization/deserialization in ` toml ` format.
4040- ` yaml ` - provide serialization/deserialization in ` yaml ` format.
4141- ` i128 ` - support ` i128 ` /` u128 ` type.
42- - ` flatten ` - change formatting to flattened error messages (` [jsonschema](https://docs.rs/jsonschema/latest/jsonschema/) ` crate style).
42+ - ` flatten ` - change formatting to flattened error messages ( [ jsonschema] ( https://docs.rs/jsonschema/latest/jsonschema/ ) crate style).
4343
4444## Validations
4545
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ assert!(s.validate().is_ok());
3939- ` toml ` - provide serialization/deserialization in ` toml ` format.
4040- ` yaml ` - provide serialization/deserialization in ` yaml ` format.
4141- ` i128 ` - support ` i128 ` /` u128 ` type.
42- - ` flatten ` - change formatting to flattened error messages (` [jsonschema](https://docs.rs/jsonschema/latest/jsonschema/) ` crate style).
42+ - ` flatten ` - change formatting to flattened error messages ( [ jsonschema] ( https://docs.rs/jsonschema/latest/jsonschema/ ) crate style).
4343
4444## Validations
4545
Original file line number Diff line number Diff line change 3939//! - `toml` - provide serialization/deserialization in `toml` format.
4040//! - `yaml` - provide serialization/deserialization in `yaml` format.
4141//! - `i128` - support `i128`/`u128` type.
42- //! - `flatten` - change formatting to flattened error messages (` [jsonschema](https://docs.rs/jsonschema/latest/jsonschema/)` crate style).
42+ //! - `flatten` - change formatting to flattened error messages ( [jsonschema](https://docs.rs/jsonschema/latest/jsonschema/) crate style).
4343//!
4444//! ## Validations
4545//!
You can’t perform that action at this time.
0 commit comments