clippy correcgtions

This commit is contained in:
Fernando Herrera
2021-09-11 13:16:40 +01:00
parent 4b8ba29cdb
commit 9c98783917
2 changed files with 2 additions and 2 deletions

View File

@ -606,7 +606,7 @@ pub fn parse_call(
if spans.len() > 1 {
let test_equal = working_set.get_span_contents(spans[1]);
if test_equal == &[b'='] {
if test_equal == [b'='] {
return (
garbage(Span::new(0, 0)),
Some(ParseError::UnknownState(