Stop emitting lints during lowering.
This commit is contained in:
parent
c10a1cebe7
commit
4b598d3f75
3 changed files with 15 additions and 24 deletions
|
@ -1204,10 +1204,6 @@ impl ResolverAstLowering for Resolver<'_> {
|
|||
&self.definitions
|
||||
}
|
||||
|
||||
fn lint_buffer(&mut self) -> &mut LintBuffer {
|
||||
&mut self.lint_buffer
|
||||
}
|
||||
|
||||
fn next_node_id(&mut self) -> NodeId {
|
||||
self.next_node_id()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue