Remove feature(globs)
since they are stable
This commit is contained in:
parent
a20e6bb162
commit
7c983991d9
4 changed files with 0 additions and 6 deletions
|
@ -11,8 +11,6 @@
|
||||||
// aux-build:cci_nested_lib.rs
|
// aux-build:cci_nested_lib.rs
|
||||||
|
|
||||||
|
|
||||||
#![feature(globs)]
|
|
||||||
|
|
||||||
extern crate cci_nested_lib;
|
extern crate cci_nested_lib;
|
||||||
use cci_nested_lib::*;
|
use cci_nested_lib::*;
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![feature(globs)]
|
|
||||||
|
|
||||||
mod m {
|
mod m {
|
||||||
pub use self::a::Foo;
|
pub use self::a::Foo;
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![feature(globs)]
|
|
||||||
|
|
||||||
mod m {
|
mod m {
|
||||||
pub use self::a::Foo;
|
pub use self::a::Foo;
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
#![feature(globs)]
|
|
||||||
|
|
||||||
pub mod longhands {
|
pub mod longhands {
|
||||||
pub use super::*;
|
pub use super::*;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue