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
All String methods which come from the borrowed &str have broken links. e.g. char in std::string::String::chars (which is basically std::str::chars).
I'd fix it myself, but I'm not sure what the approach should be so that both docs pages, for String and for the primitive str, would work. Maybe there's a planned rustdoc feature which could help resolve this?
The text was updated successfully, but these errors were encountered:
All
String
methods which come from the borrowed&str
have broken links. e.g.char
instd::string::String::chars
(which is basicallystd::str::chars
).I'd fix it myself, but I'm not sure what the approach should be so that both docs pages, for
String
and for the primitivestr
, would work. Maybe there's a planned rustdoc feature which could help resolve this?The text was updated successfully, but these errors were encountered: