Rename LintContext::lookup
as LintContext::opt_span_lint
.
This commit is contained in:
parent
c56d71f418
commit
2de5242ea6
2 changed files with 9 additions and 9 deletions
|
@ -251,7 +251,7 @@ pub fn explain_lint_level_source(
|
|||
/// - [`TyCtxt::struct_span_lint_hir`]
|
||||
/// - [`TyCtxt::emit_lint`]
|
||||
/// - [`TyCtxt::struct_lint_node`]
|
||||
/// - `LintContext::lookup`
|
||||
/// - `LintContext::opt_span_lint`
|
||||
///
|
||||
/// ## `decorate`
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue