Skip to content

Commit 7824d9a

Browse files
authored
Rollup merge of #78405 - notriddle:patch-3, r=lcnr
Fix typo in lint description
2 parents 46b8e46 + 74a9891 commit 7824d9a

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)