From: topecongiro Date: Sun, 27 Aug 2017 15:07:53 +0000 (+0900) Subject: Suppress cargo warnings X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=fa364ad066f863fbba4948619210a932475963c7;p=rust.git Suppress cargo warnings --- diff --git a/Cargo.toml b/Cargo.toml index 1fcbd4fc402..097b88644fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ 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/*.rs", "Cargo.toml", "build.rs", "LICENSE-*"] +include = ["src/**", "Cargo.toml", "build.rs", "LICENSE-*"] build = "build.rs" categories = ["development-tools"]