Skip to content

Commit

Permalink
Merge pull request #155 from BearOve/add_failure_note
Browse files Browse the repository at this point in the history
Added support for the diagnistic level failure-note
  • Loading branch information
oli-obk authored Mar 29, 2021
2 parents 540fc6c + b9a0476 commit 73eb617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ pub enum DiagnosticLevel {
Error,
/// Warning
Warning,
/// Failure note
#[serde(rename = "failure-note")]
FailureNote,
/// Note
Note,
/// Help
Expand Down

0 comments on commit 73eb617

Please sign in to comment.