Skip to content

Commit

Permalink
Merge pull request rust-lang#3328 from topecongiro/edition-2018
Browse files Browse the repository at this point in the history
Use edition 2018
  • Loading branch information
scampi authored Feb 8, 2019
2 parents 44d6f7c + d956980 commit e28fae9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
license = "Apache-2.0/MIT"
build = "build.rs"
categories = ["development-tools"]
edition = "2018"

[[bin]]
name = "rustfmt"
Expand Down
2 changes: 1 addition & 1 deletion ci/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -ex
# it again.
#
#which cargo-fmt || cargo install --force
cargo install --force
cargo install --path . --force

echo "Integration tests for: ${INTEGRATION}"
cargo fmt -- --version
Expand Down
1 change: 0 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
error_on_line_overflow = true
error_on_unformatted = true
version = "Two"
edition = "2018"

0 comments on commit e28fae9

Please sign in to comment.