You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ 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.
The text was updated successfully, but these errors were encountered:
➜ 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.
The text was updated successfully, but these errors were encountered: