Fix a Cargo warning

https://github.com/rust-lang/cargo/issues/5330
This commit is contained in:
Simon Sapin 2018-05-03 12:16:57 +02:00
parent 82714e08a1
commit 6059d0c467

View file

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