Fix comments

This commit is contained in:
Michael Goulet
2023-12-15 16:08:26 +00:00
parent 7f565ed282
commit 252d99a54b
4 changed files with 3 additions and 37 deletions

View File

@@ -1093,8 +1093,6 @@ impl<'s, P: LintLevelsProvider> LintLevelsBuilder<'s, P> {
/// Used to emit a lint-related diagnostic based on the current state of
/// this lint context.
///
/// Return value of the `decorate` closure is ignored, see [`struct_lint_level`] for a detailed explanation.
///
/// [`struct_lint_level`]: rustc_middle::lint::struct_lint_level#decorate-signature
#[rustc_lint_diagnostics]
#[track_caller]