We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44d6f7c + d956980 commit e28fae9Copy full SHA for e28fae9
Cargo.toml
@@ -9,6 +9,7 @@ readme = "README.md"
9
license = "Apache-2.0/MIT"
10
build = "build.rs"
11
categories = ["development-tools"]
12
+edition = "2018"
13
14
[[bin]]
15
name = "rustfmt"
ci/integration.sh
@@ -15,7 +15,7 @@ set -ex
# it again.
16
#
17
#which cargo-fmt || cargo install --force
18
-cargo install --force
+cargo install --path . --force
19
20
echo "Integration tests for: ${INTEGRATION}"
21
cargo fmt -- --version
rustfmt.toml
@@ -1,4 +1,3 @@
1
error_on_line_overflow = true
2
error_on_unformatted = true
3
version = "Two"
4
-edition = "2018"
0 commit comments