1
Fork 0

fix: typo

This commit is contained in:
Rejyr 2022-11-06 11:22:29 -05:00
parent 534ddc6166
commit e15c406deb

View file

@ -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`]