Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 24, 2024
1 parent 3ab0512 commit 0dbda41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub struct LintDiagnostic {
/// Additional information displayed beside the highlighted range.
pub range_description: Option<String>,
/// Displays additional information at the end of a diagnostic.
pub info: Vec<Cow<'static, str>>
pub info: Vec<Cow<'static, str>>,
}

impl Diagnostic for LintDiagnostic {
Expand Down

0 comments on commit 0dbda41

Please sign in to comment.