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
|
@ -404,7 +404,7 @@ pub(crate) fn check_attr_crate_type(
|
|||
n,
|
||||
None,
|
||||
);
|
||||
lint_buffer.buffer_lint_with_diagnostic(
|
||||
lint_buffer.buffer_lint(
|
||||
lint::builtin::UNKNOWN_CRATE_TYPES,
|
||||
ast::CRATE_NODE_ID,
|
||||
span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue