diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-09-20 20:04:35 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-09-22 19:36:11 +0200 |
| commit | fc43df0333d5862a219f16d294ae38b14b9191d3 (patch) | |
| tree | 9b69844fa4ca64623bc06cb0738450061690dfd3 /compiler/rustc_lint/src/early.rs | |
| parent | 381bd2a836f96c9dede1f5ee740e70194d6fb149 (diff) | |
| download | rust-fc43df0333d5862a219f16d294ae38b14b9191d3.tar.gz rust-fc43df0333d5862a219f16d294ae38b14b9191d3.zip | |
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
This reverts commit 2cb9a65684dba47c52de8fa938febf97a73e70a9, reversing changes made to 750bd1a7ff3e010611b97ee75d30b7cbf5f3a03c.
Diffstat (limited to 'compiler/rustc_lint/src/early.rs')
| -rw-r--r-- | compiler/rustc_lint/src/early.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/early.rs b/compiler/rustc_lint/src/early.rs index 45f54cfed2d..96ecd79a69c 100644 --- a/compiler/rustc_lint/src/early.rs +++ b/compiler/rustc_lint/src/early.rs @@ -59,7 +59,6 @@ impl<'a, T: EarlyLintPass> EarlyContextAndPass<'a, T> { F: FnOnce(&mut Self), { let is_crate_node = id == ast::CRATE_NODE_ID; - debug!(?id); let push = self.context.builder.push(attrs, is_crate_node, None); self.check_id(id); |
