Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e28fae9

Browse files
authored
Merge pull request rust-lang#3328 from topecongiro/edition-2018
Use edition 2018
2 parents 44d6f7c + d956980 commit e28fae9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
license = "Apache-2.0/MIT"
1010
build = "build.rs"
1111
categories = ["development-tools"]
12+
edition = "2018"
1213

1314
[[bin]]
1415
name = "rustfmt"

ci/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -ex
1515
# it again.
1616
#
1717
#which cargo-fmt || cargo install --force
18-
cargo install --force
18+
cargo install --path . --force
1919

2020
echo "Integration tests for: ${INTEGRATION}"
2121
cargo fmt -- --version

rustfmt.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
error_on_line_overflow = true
22
error_on_unformatted = true
33
version = "Two"
4-
edition = "2018"

0 commit comments

Comments
 (0)