Skip to content

Commit

Permalink
Fix a Cargo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingjensen authored and djc committed Aug 25, 2020
1 parent 4654d97 commit 6f2402b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "Processing of data: URL according to WHATWG’s Fetch Standard"
repository = "https://github.com/servo/rust-url"
license = "MIT OR Apache-2.0"
edition = "2018"
autotests = false

[dependencies]
matches = "0.1"
Expand Down
1 change: 1 addition & 0 deletions url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keywords = ["url", "parser"]
categories = ["parser-implementations", "web-programming", "encoding"]
license = "MIT/Apache-2.0"
include = ["src/**/*", "LICENSE-*", "README.md"]
autotests = false # Inhibit lookup for tests/*.rs without [[test]] sections
edition = "2018"

[badges]
Expand Down

0 comments on commit 6f2402b

Please sign in to comment.