Skip to content

Commit 6e133f5

Browse files
Update src/lib.rs
Co-authored-by: Andrew Frantz <[email protected]>
1 parent dbbb6a9 commit 6e133f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn get_display_config(report_mode: Mode, no_color: bool) -> (&'static Config, St
7070
(config, writer)
7171
}
7272

73-
/// Emits the given diagnostics to the terminal.
73+
/// Emits the given diagnostics to the terminal.
7474
fn emit_diagnostics<'a>(
7575
diagnostics: impl IntoIterator<Item = &'a Diagnostic>,
7676
file_name: &str,

0 commit comments

Comments
 (0)