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 noted that the documentation for collections::string::String and std::string::String is a little off. In the IRC channel was said that this could be a serialization bug, so I'm reporting this here now.
I noted that the documentation for
collections::string::String
andstd::string::String
is a little off. In the IRC channel was said that this could be a serialization bug, so I'm reporting this here now.The differences are that in
collections::string::String
there are lifetime parameters specified which are not instd::string::String
, e.g. this from https://doc.rust-lang.org/collections/string/struct.String.htmlvs. this from https://doc.rust-lang.org/std/string/struct.String.html
Here's a diff: http://pastie.org/10293533 (based on a HTML to text conversion of the two doc pages)
The text was updated successfully, but these errors were encountered: