Remove the rustfmt required_version config option

The `rustfmt` config option `required_version` causes grief in CI
because everytime `rustfmt` is update our `nightly` job fails. Since we
require nightly anyways to run `rustfmt` the config option is basically
redundant.
This commit is contained in:
Tobin C. Harding 2023-01-31 08:20:38 +11:00
parent a43de831e4
commit 2eb68caf81
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ use_field_init_shorthand = false
force_explicit_abi = true
condense_wildcard_suffixes = false
color = "Auto"
required_version = "1.5.1"
unstable_features = false
disable_all_formatting = false
skip_children = false