Skip to content

Commit c38d8df

Browse files
Fix a Cargo warning
rust-lang/cargo#5330
1 parent 1b85778 commit c38d8df

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ readme = "README.md"
1212
keywords = ["url", "parser"]
1313
categories = ["parser-implementations", "web-programming", "encoding"]
1414
license = "MIT/Apache-2.0"
15+
autotests = false # Inhibit lookup for tests/*.rs without [[test]] sections
1516

1617
[badges]
1718
travis-ci = { repository = "servo/rust-url" }

data-url/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Simon Sapin <[email protected]>"]
55
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
66
repository = "https://github.com/servo/rust-url"
77
license = "MIT OR Apache-2.0"
8+
autotests = false
89

910
[dependencies]
1011
matches = "0.1"

idna/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["The rust-url developers"]
55
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
66
repository = "https://github.com/servo/rust-url/"
77
license = "MIT/Apache-2.0"
8+
autotests = false
89

910
[lib]
1011
doctest = false

0 commit comments

Comments
 (0)