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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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