Skip to content

Commit

Permalink
Fix for warnings Pattern matching for Cargo's include changing
Browse files Browse the repository at this point in the history
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 rust-lang/cargo#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 rust-lang/cargo#4268 for more info
  • Loading branch information
bjfish committed Dec 14, 2018
1 parent 0b69d84 commit 5d9787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = [
"Cargo.toml",
"LICENSE",
"Makefile",
"README.md",
"/README.md",
"rustfmt.toml"
]

Expand Down

0 comments on commit 5d9787c

Please sign in to comment.