From 168a7b2dcfffc3bd740e5987c8b927c1ab98f484 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 12 Feb 2016 00:55:47 -0800 Subject: [PATCH] Remove redundant feature --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f432992..9ba6098 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,6 @@ #![cfg_attr(feature = "dev", feature(plugin))] #![cfg_attr(feature = "dev", plugin(clippy))] #![crate_type = "lib"] -#![feature(ip_addr)] #[allow(dead_code)] use std::fmt;