Closed
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