소스 검색

Fix autotests warning

Simon Sapin 7 년 전
부모
커밋
629ec2a294
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      idna/Cargo.toml

+ 1 - 0
idna/Cargo.toml

@@ -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