Clippy lint: single-character string constant

This commit is contained in:
Alan Du 2018-10-16 11:45:10 -04:00
parent 4dbf0379cc
commit 5db663d61f
4 changed files with 5 additions and 5 deletions

View file

@ -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.