Skip to content

Commit 7c98399

Browse files
committed
Remove feature(globs) since they are stable
1 parent a20e6bb commit 7c98399

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

src/test/run-pass/cci_nested_exe.rs

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// aux-build:cci_nested_lib.rs
1212

1313

14-
#![feature(globs)]
15-
1614
extern crate cci_nested_lib;
1715
use cci_nested_lib::*;
1816

src/test/rustdoc/recursion1.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
#![crate_type = "lib"]
12-
#![feature(globs)]
1312

1413
mod m {
1514
pub use self::a::Foo;

src/test/rustdoc/recursion2.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
#![crate_type = "lib"]
12-
#![feature(globs)]
1312

1413
mod m {
1514
pub use self::a::Foo;

src/test/rustdoc/recursion3.rs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![feature(globs)]
12-
1311
pub mod longhands {
1412
pub use super::*;
1513

0 commit comments

Comments
 (0)