mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 08:48:51 +00:00
Allow dead code in a lib
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#![crate_type = "lib"]
|
||||
#![crate_name = "ipnetwork"]
|
||||
#![feature(ip_addr)]
|
||||
#[allow(dead_code)]
|
||||
pub mod ipnetwork;
|
||||
|
Reference in New Issue
Block a user