Skip to content

Documentation: Bullet list in Deref documentation not working, causing confusing #43866

Closed
@kumbayo

Description

@kumbayo

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.

deref_strange_list

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

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions