From 6059d0c467b9ca5470e372a6c5618fc4ccb4a648 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 3 May 2018 12:16:57 +0200 Subject: [PATCH] Fix a Cargo warning https://github.com/rust-lang/cargo/issues/5330 --- components/net/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index 4aaeecf75d95..ae404846c2c8 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" publish = false +autotests = false # Inhibit lookup for tests/*.rs without [[test]] sections [lib] name = "net"