Skip to content

Commit 1faa8f0

Browse files
committed
rustfmt: Remove required_version
The `required_version` config option adds very little value and is annoying to maintain because it has to be updated everytime a new version of `clippy` drops.
1 parent 89336db commit 1faa8f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rustfmt.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ use_field_init_shorthand = false
6868
force_explicit_abi = true
6969
condense_wildcard_suffixes = false
7070
color = "Auto"
71-
required_version = "1.5.1"
7271
unstable_features = false
7372
disable_all_formatting = false
7473
skip_children = false

0 commit comments

Comments
 (0)