Skip to content

Commit 4c0c0ca

Browse files
Remove edition-flag from Cargo.toml (it's stabilized now)
1 parent 1217a2f commit 4c0c0ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["edition"]
2-
31
[package]
42
name = "auto_impl"
53
version = "0.2.0"
@@ -15,7 +13,7 @@ keywords = ["plugin"]
1513
categories = ["development-tools"]
1614
readme = "README.md"
1715
autotests = true
18-
edition = '2018'
16+
edition = "2018"
1917

2018
[badges]
2119
travis-ci = { repository = "KodrAus/auto_impl" }

0 commit comments

Comments
 (0)