Skip to content

Rendered where clauses in fn docs need more linebreaks #24373

Closed
@huonw

Description

@huonw

E.g. http://doc.rust-lang.org/nightly/std/thread/fn.scoped.html is all on one line

pub fn scoped<'a, T, F>(f: F) -> JoinGuard<'a, T> where T: Send + 'a, F: FnOnce() -> T, F: Send + 'a

It'd be much nicer as

pub fn scoped<'a, T, F>(f: F) -> JoinGuard<'a, T>
    where T: Send + 'a, F: FnOnce() -> T, F: Send + 'a

or even broken more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions