diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2022-11-07 09:46:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-07 09:46:27 +0900 |
| commit | d6c41a23b9b6d95ab2f56de9ac5f6ce47e5a4dff (patch) | |
| tree | f5ec326f2dca9588a12e353937dc808172c1e047 | |
| parent | 57daec59895cc24548cdb56706fab66690cffb57 (diff) | |
| parent | e15c406deb29933e5aa6b3d1497978776ca275ea (diff) | |
| download | rust-d6c41a23b9b6d95ab2f56de9ac5f6ce47e5a4dff.tar.gz rust-d6c41a23b9b6d95ab2f56de9ac5f6ce47e5a4dff.zip | |
Rollup merge of #104059 - Rejyr:rustc_middle-lint-typo, r=petrochenkov
Fix typo in `rustc_middle/lint.rs`
| -rw-r--r-- | compiler/rustc_middle/src/lint.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/lint.rs b/compiler/rustc_middle/src/lint.rs index 79522bd0b2b..51df42f6d14 100644 --- a/compiler/rustc_middle/src/lint.rs +++ b/compiler/rustc_middle/src/lint.rs @@ -276,7 +276,7 @@ pub fn explain_lint_level_source( /// The innermost function for emitting lints. /// -/// If you are loocking to implement a lint, look for higher level functions, +/// If you are looking to implement a lint, look for higher level functions, /// for example: /// - [`TyCtxt::emit_spanned_lint`] /// - [`TyCtxt::struct_span_lint_hir`] |
