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
The ToJson trait has implementations for ~[T] and Vec<T>, but not &[T]. I suppose it was accidentally removed at some point. Please bring it back. (The implementation should be identical to the other two.)
The text was updated successfully, but these errors were encountered:
…mponents (rust-lang#14619)
fixrust-lang/rust-clippy#13637
As suggested in the PR above, we should not lint enum variants
containing matching path names.
changelog: [`item_name_repetitions`]: exclude enum variants with
identical path components
The ToJson trait has implementations for
~[T]
andVec<T>
, but not&[T]
. I suppose it was accidentally removed at some point. Please bring it back. (The implementation should be identical to the other two.)The text was updated successfully, but these errors were encountered: