Remove module passes filtering
This commit is contained in:
parent
71b4d108c7
commit
637d5cc56f
16 changed files with 109 additions and 212 deletions
|
@ -117,7 +117,7 @@ impl ShallowLintLevelMap {
|
|||
/// This lint level is not usable for diagnostics, it needs to be corrected by
|
||||
/// `reveal_actual_level` beforehand.
|
||||
#[instrument(level = "trace", skip(self, tcx), ret)]
|
||||
pub fn probe_for_lint_level(
|
||||
fn probe_for_lint_level(
|
||||
&self,
|
||||
tcx: TyCtxt<'_>,
|
||||
id: LintId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue