Skip to content

Commit

Permalink
Fix a Cargo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingjensen committed Nov 28, 2018
1 parent 1b85778 commit c38d8df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ readme = "README.md"
keywords = ["url", "parser"]
categories = ["parser-implementations", "web-programming", "encoding"]
license = "MIT/Apache-2.0"
autotests = false # Inhibit lookup for tests/*.rs without [[test]] sections

[badges]
travis-ci = { repository = "servo/rust-url" }
Expand Down
1 change: 1 addition & 0 deletions data-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
repository = "https://github.com/servo/rust-url"
license = "MIT OR Apache-2.0"
autotests = false

[dependencies]
matches = "0.1"
Expand Down
1 change: 1 addition & 0 deletions idna/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["The rust-url developers"]
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
repository = "https://github.com/servo/rust-url/"
license = "MIT/Apache-2.0"
autotests = false

[lib]
doctest = false
Expand Down

0 comments on commit c38d8df

Please sign in to comment.