Rename buffer_lint_with_diagnostic to buffer_lint
This commit is contained in:
parent
c4f6502c6d
commit
98dd6c7e8f
28 changed files with 57 additions and 57 deletions
|
@ -300,7 +300,7 @@ impl ParseSess {
|
|||
self.source_map.clone()
|
||||
}
|
||||
|
||||
pub fn buffer_lint_with_diagnostic(
|
||||
pub fn buffer_lint(
|
||||
&self,
|
||||
lint: &'static Lint,
|
||||
span: impl Into<MultiSpan>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue