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
I think that's reasonable. The idea was to make it clear the former is a slice (e.g. with a len), whereas the latter is an array. I don't often use bare unsized slices, so I used &[T] out of habit.
Is there a reason for
[T]
's schema name to be&[T]
while[T; N]
's is[T; N]
(no&
)? It seems like it'd be more consistent to remove the&
.postcard/source/postcard-schema/src/impls/builtins_nostd.rs
Lines 91 to 102 in 7011177
The text was updated successfully, but these errors were encountered: