Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub struct Revisioned {
pub exit_status: OptWithLine<i32>,
/// `Some(true)` means annotations are required
/// `Some(false)` means annotations are forbidden
/// `None` means this revision does not change the base annoatation requirement.
/// `None` means this revision does not change the base annotation requirement.
pub require_annotations: OptWithLine<bool>,
/// Prefix added to all diagnostic code matchers. Note this will make it impossible
/// match codes which do not contain this prefix.
Expand Down