]> git.lizzy.rs Git - rust.git/commit
Correctly mark the span of captured arguments in `format_args!()`
authorChayim Refael Friedman <chayimfr@gmail.com>
Wed, 16 Feb 2022 00:38:04 +0000 (00:38 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Feb 2022 07:34:06 +0000 (07:34 +0000)
commitdcdff601fe49240df4e73a763ff2e15cd3304cdd
tree77545e0a8e69c6e0b5172bff413bb303726a0c07
parent9f75aff3919122b5657650930c38095731d2dbba
Correctly mark the span of captured arguments in `format_args!()`

It should only include the identifier, or misspelling suggestions will be wrong.
clippy_lints/src/write.rs