Skip to content

Use # vs. ## consistently for headings in documentation #15499

@huonw

Description

@huonw

Some places use # Examples others use ## Examples:

#:

##:

It seems that single # is far more popular at the moment:

$ git grep ' # ' -- '*.rs' | wc -l
922
$ git grep ' ## ' -- '*.rs' | wc -l
62

cc @steveklabnik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions