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:
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: