diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-27 08:45:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 08:45:27 +0900 |
| commit | 7824d9abbd06b212a45d79bf2dea6d24b3509eb9 (patch) | |
| tree | cdd51f20e06e6225e7eb808543f137cf9b10f77e | |
| parent | 46b8e46fe123537616c09b5f431558f1e1e2c172 (diff) | |
| parent | 74a98912354324e985b087923bf0448e98f309d4 (diff) | |
| download | rust-7824d9abbd06b212a45d79bf2dea6d24b3509eb9.tar.gz rust-7824d9abbd06b212a45d79bf2dea6d24b3509eb9.zip | |
Rollup merge of #78405 - notriddle:patch-3, r=lcnr
Fix typo in lint description
| -rw-r--r-- | compiler/rustc_session/src/lint/builtin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/lint/builtin.rs b/compiler/rustc_session/src/lint/builtin.rs index d12eb0edd4d..ab56a0a5667 100644 --- a/compiler/rustc_session/src/lint/builtin.rs +++ b/compiler/rustc_session/src/lint/builtin.rs @@ -2648,7 +2648,7 @@ declare_lint! { } declare_lint! { - /// The `uninhabited_static` lint detects uninhbaited statics. + /// The `uninhabited_static` lint detects uninhabited statics. /// /// ### Example /// |
