Trying to make name resolution work

This commit is contained in:
Abhishek Chanda
2015-05-03 01:09:03 -07:00
parent e3aeff7a08
commit d51eab196c
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#![crate_type = "lib"]
#![feature(ip_addr)]
#[allow(dead_code)]
pub use ipnetwork::*;
pub mod ipnetwork;