Fix for warnings Pattern matching for Cargo's include changing

warning: Pattern matching for Cargo's include/exclude fields is changing and file `emtests/README.md` WILL be included in a future Cargo version.
See https://github.com/rust-lang/cargo/issues/4268 for more info
warning: Pattern matching for Cargo's include/exclude fields is changing and file `spectests/README.md` WILL be included in a future Cargo version.
See https://github.com/rust-lang/cargo/issues/4268 for more info
This commit is contained in:
Brandon Fish 2018-12-13 20:00:11 -06:00
parent 0b69d8465b
commit 5d9787ce44

View File

@ -15,7 +15,7 @@ include = [
"Cargo.toml",
"LICENSE",
"Makefile",
"README.md",
"/README.md",
"rustfmt.toml"
]