Skip to content

Commit

Permalink
clippy: fix doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed Jul 30, 2024
1 parent c57efc3 commit fb09df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ impl Compiler {
- for draft-07 and earlier: enabled
- for draft/2019-09: disabled, unless
metaschema says `format` vocabulary is required
metaschema says `format` vocabulary is required
- for draft/2020-12: disabled, unless
metaschema says `format-assertion` vocabulary is required
metaschema says `format-assertion` vocabulary is required
*/
pub fn enable_format_assertions(&mut self) {
self.assert_format = true;
Expand Down

0 comments on commit fb09df2

Please sign in to comment.