Skip to content

rustfmt-nightly removes blank line between doc comment and crate attribute #1887

@euclio

Description

@euclio

I would expect it to leave the blank line.

//! Doc comment

#![attribute]

becomes

//! Doc comment
#![attribute]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions