Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Fix cargo warning about exclude syntax
Browse files Browse the repository at this point in the history
```
warning: Pattern matching for Cargo's include/exclude fields is changing and file `platform_tools/nacl/tests/index.html` WILL be excluded in a future Cargo version.
See rust-lang/cargo#4268 for more info
```
  • Loading branch information
SimonSapin committed Dec 7, 2017
1 parent 7eb96f7 commit c88353f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Expand Up @@ -10,15 +10,15 @@ homepage = "https://skia.org/"
links = "skia"
build = "build.rs"
exclude = [
"experimental/*",
"expectations/*",
"gm/tests/*",
"gm/rebaseline_server/*",
"platform_tools/android/bin/*",
"platform_tools/android/examples/*",
"platform_tools/android/tests/*",
"tools/*",
"tests/*",
"/experimental/*",
"/expectations/*",
"/gm/tests/*",
"/gm/rebaseline_server/*",
"/platform_tools/android/bin/*",
"/platform_tools/android/examples/*",
"/platform_tools/android/tests/*",
"/tools/*",
"/tests/*",
]

[lib]
Expand Down

0 comments on commit c88353f

Please sign in to comment.