rust/clippy_lints
Nicholas Nethercote b64c5f991c Avoid unnecessary rustc_span::DUMMY_SP usage.
In some cases `DUMMY_SP` is already imported. In other cases this commit
adds the necessary import, in files where `DUMMY_SP` is used more than
once.
2024-04-16 15:55:24 +10:00
..

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