Fix typo in lint description

This commit is contained in:
Michael Howell
2020-10-26 11:46:11 -07:00
committed by GitHub
parent c96e11c781
commit 74a9891235

View File

@@ -2648,7 +2648,7 @@ declare_lint! {
}
declare_lint! {
/// The `uninhabited_static` lint detects uninhbaited statics.
/// The `uninhabited_static` lint detects uninhabited statics.
///
/// ### Example
///