Remove include line from Cargo.toml

Fixes #1339
This commit is contained in:
Nick Cameron 2017-11-03 08:48:03 +13:00
parent 9bf81f9d12
commit 175c0c6f05

View File

@ -7,7 +7,6 @@ description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang-nursery/rustfmt"
readme = "README.md"
license = "Apache-2.0/MIT"
include = ["src/**", "Cargo.toml", "build.rs", "LICENSE-*"]
build = "build.rs"
categories = ["development-tools"]