You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That expression starting with 128 got broken into two lines by rustfmt as it doesn't fit into a single line, and now clippy is reporting a possible_missing_comma there.
The text was updated successfully, but these errors were encountered:
YaLTeR
changed the title
False positive in possibly_missing_comma
False positive in possible_missing_comma
Aug 16, 2019
YaLTeR
added a commit
to YaLTeR/rav1e
that referenced
this issue
Aug 16, 2019
clippy 0.0.212 (e3cb40e 2019-06-25)
and also the nightlyclippy 0.0.212 (72da101 2019-08-11)
Looks like a similar case to #3244 and #3396.
We have code like this:
That expression starting with
128
got broken into two lines byrustfmt
as it doesn't fit into a single line, and nowclippy
is reporting apossible_missing_comma
there.The text was updated successfully, but these errors were encountered: