From ae201b1577972f507adc55b7287a4f5506b8a639 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 21 Mar 2017 20:34:01 -0700 Subject: [PATCH] Remove pub_restricted feature: it's stable! --- lib/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 6ed3917a..c0b9f9c9 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -4,7 +4,6 @@ #![feature(associated_consts)] #![feature(const_fn)] #![feature(type_ascription)] -#![feature(pub_restricted)] #![feature(lookup_host)] #![feature(plugin)]