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 have a hunch that you need an extra line of whitespace before the list. We should do it anyway, but that may or may not also fix this issue.
steveklabnik
added
C-bug
Category: This is a bug.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
labels
Aug 14, 2017
The documentation of Deref/DerefMut wants to show a list with 3 bullet points.
https://doc.rust-lang.org/nightly/std/ops/trait.Deref.html#more-on-deref-coercion
But instead all 3 list entries are squashed together into a single block separated by 3 * characters.
This * character is a bit confusing in the context of dereferencing operations which uses the
*
.In other parts of the documentation, bullet list seem to work normally.
https://doc.rust-lang.org/nightly/std/primitive.f32.html#method.atan2
Not sure what the difference is here.
CC @lukaramu You seem to have added these in 5990be5
The text was updated successfully, but these errors were encountered: