Skip to content

cargo fmt --all requires nightly #40

@ndelvalle

Description

@ndelvalle

➜ thresh git:(master) cargo fmt --all
Warning: can't set indent_style = Block, unstable features are only available in nightly channel.
Warning: can't set wrap_comments = true, unstable features are only available in nightly channel.
Warning: can't set fn_single_line = true, unstable features are only available in nightly channel.
Warning: can't set brace_style = SameLineWhere, unstable features are only available in nightly channel.
Warning: can't set control_brace_style = AlwaysSameLine, unstable features are only available in nightly channel.

I think we should update the implementation to avoid unstable features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions