Files
rust/clippy_lints
y21 65eb1ec0fb remove the semicolon for builtin macro call statements in statement_outside_block
The expansion of `asm!()` and `line!()` is not marked as from an expansion, in which case `SourceMap::stmt_span` returns the input span unchanged. So instead of using `stmt_span`, use `mac_call_stmt_semi_span` directly
2024-10-20 19:00:55 +02:00
..
2024-10-18 13:25:50 +02:00

This crate contains Clippy lints. For the main crate, check GitHub.