Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo fmt --all requires nightly #40

Open
ndelvalle opened this issue Jun 26, 2020 · 0 comments
Open

cargo fmt --all requires nightly #40

ndelvalle opened this issue Jun 26, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ndelvalle
Copy link
Member

➜ 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.

@gillchristian gillchristian added the enhancement New feature or request label Jul 22, 2020
@ndelvalle ndelvalle added the help wanted Extra attention is needed label Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants