Skip to content

Cannot format Path with large parameters #3191

@topecongiro

Description

@topecongiro

e.g.

fn foo() {
    unprivileged_content.start_all::<script_layout_interface::message::Msg, layout_thread::LayoutThread, script::script_thread::ScriptThread>(true);
}

It should be formatted to something like the following:

fn foo() {
    unprivileged_content.start_all::<
        script_layout_interface::message::Msg,
        layout_thread::LayoutThread,
        script::script_thread::ScriptThread,
    >(true);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions