Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For some reason, the `todo!` and `unimplemented!` macros were not included in the list of format-supporting macros list. Since they seem to behave exactly the same as all others like `write!` and `assert!`, adding them now. I wonder if we should delete the `FORMAT_MACRO_DIAG_ITEMS`, and instead tag all macros with the `#[clippy::format_args]`? changelog: all format-handling lints will now validate `todo!` and `unimplemented!` macros.
- Loading branch information