Don't put an explicit crate name

This commit is contained in:
Abhishek Chanda
2015-05-03 00:59:24 -07:00
parent 5dae4eb4e1
commit f61382c585
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#![crate_type = "lib"]
#![crate_name = "ipnetwork"]
#![feature(ip_addr)]
#[allow(dead_code)]