mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Clippy lint: single-character string constant
This commit is contained in:
parent
4dbf0379cc
commit
5db663d61f
4 changed files with 5 additions and 5 deletions
|
@ -388,7 +388,7 @@ impl AnalysisImpl {
|
|||
.text()
|
||||
.slice(range_search)
|
||||
.to_string()
|
||||
.matches(",")
|
||||
.matches(',')
|
||||
.count();
|
||||
|
||||
// If we have a method call eat the first param since it's just self.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue