1
Fork 0

Remove feature(globs) since they are stable

This commit is contained in:
mitaa 2016-03-09 00:57:13 +01:00
parent a20e6bb162
commit 7c983991d9
4 changed files with 0 additions and 6 deletions

View file

@ -11,8 +11,6 @@
// aux-build:cci_nested_lib.rs
#![feature(globs)]
extern crate cci_nested_lib;
use cci_nested_lib::*;

View file

@ -9,7 +9,6 @@
// except according to those terms.
#![crate_type = "lib"]
#![feature(globs)]
mod m {
pub use self::a::Foo;

View file

@ -9,7 +9,6 @@
// except according to those terms.
#![crate_type = "lib"]
#![feature(globs)]
mod m {
pub use self::a::Foo;

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(globs)]
pub mod longhands {
pub use super::*;