mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 20:03:37 +00:00
Suppress cargo warnings
This commit is contained in:
parent
6554e7c206
commit
fa364ad066
@ -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"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user