Rollup merge of #78405 - notriddle:patch-3, r=lcnr

Fix typo in lint description
This commit is contained in:
Yuki Okushi 2020-10-27 08:45:27 +09:00 committed by GitHub
commit 7824d9abbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
///