We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67eccdb commit 9590d50Copy full SHA for 9590d50
src/parser.rs
@@ -146,7 +146,7 @@ pub struct Revisioned {
146
pub exit_status: OptWithLine<i32>,
147
/// `Some(true)` means annotations are required
148
/// `Some(false)` means annotations are forbidden
149
- /// `None` means this revision does not change the base annoatation requirement.
+ /// `None` means this revision does not change the base annotation requirement.
150
pub require_annotations: OptWithLine<bool>,
151
/// Prefix added to all diagnostic code matchers. Note this will make it impossible
152
/// match codes which do not contain this prefix.
0 commit comments