-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Closed
Copy link
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.
Description
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
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.