Skip to content

Commit

Permalink
Fix typo in lint description
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle authored Oct 26, 2020
1 parent c96e11c commit 74a9891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@ declare_lint! {
}

declare_lint! {
/// The `uninhabited_static` lint detects uninhbaited statics.
/// The `uninhabited_static` lint detects uninhabited statics.
///
/// ### Example
///
Expand Down

0 comments on commit 74a9891

Please sign in to comment.