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
Here's a specific example: the doc for Bufreader doesn't include the method lines in the Bufreader impl section. Other methods like has_data_left are documented. Both has_data_left and lines are default methods, and yet only one of them is described.
It's causing an issue because I can't find if a method is implemented on a structure by searching through the structure's documentation.
What needs to be fixed?
Here's a specific example: the doc for Bufreader doesn't include the method
lines
in the Bufreader impl section. Other methods likehas_data_left
are documented. Bothhas_data_left
andlines
are default methods, and yet only one of them is described.It's causing an issue because I can't find if a method is implemented on a structure by searching through the structure's documentation.
Page(s) Affected
https://doc.rust-lang.org/std/io/struct.BufReader.html#impl-BufRead-for-BufReader%3CR%3E
I believe I've seen the same issue elsewhere, but I don't have an example to hand right now.
The text was updated successfully, but these errors were encountered: