rustfmt: remove version = "Two"

This commit is contained in:
Taiki Endo
2021-08-06 20:46:07 +09:00
parent 2b33164de6
commit bcda3ac20b
-4
View File
@@ -1,10 +1,6 @@
# Rustfmt configuration
# https://github.com/rust-lang/rustfmt/blob/HEAD/Configurations.md
# This is required for bug-fixes, which technically can't be made to the stable
# first version.
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3383).
version = "Two"
# Rustfmt cannot format long lines inside macros, but this option detects this.
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3391)
error_on_line_overflow = true