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
However it isn't easy to browse to its description; Curretnly we must
move up to the line of impl Char for char,
click Char to open a new page,
and then find encode_utf8() in the new page.
We should be able to
just click encode_utf8() to open its description without any manual scrolling
Curretnly encode_utf8() in the char page is linked to itself. Perhaps the intention was to provide an easy way for a person reading it with a web browser to copy the link into the OS clipboard. However it is a less likely use case than to try to read the description of each trait method. I think it is convenient enought to link the char part of the impl Char for char line to the same line.
The text was updated successfully, but these errors were encountered:
Example: we see
char
implements theChar
trait which providesencode_utf8()
:However it isn't easy to browse to its description; Curretnly we must
impl Char for char
,Char
to open a new page,encode_utf8()
in the new page.We should be able to
encode_utf8()
to open its description without any manual scrollingCurretnly
encode_utf8()
in thechar
page is linked to itself. Perhaps the intention was to provide an easy way for a person reading it with a web browser to copy the link into the OS clipboard. However it is a less likely use case than to try to read the description of each trait method. I think it is convenient enought to link thechar
part of theimpl Char for char
line to the same line.The text was updated successfully, but these errors were encountered: