Skip to content

Commit 74a9891

Browse files
authored
Fix typo in lint description
1 parent c96e11c commit 74a9891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/lint/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@ declare_lint! {
26482648
}
26492649

26502650
declare_lint! {
2651-
/// The `uninhabited_static` lint detects uninhbaited statics.
2651+
/// The `uninhabited_static` lint detects uninhabited statics.
26522652
///
26532653
/// ### Example
26542654
///

0 commit comments

Comments
 (0)