diff options
| author | mitaa <mitaa.ceb@gmail.com> | 2016-03-09 00:57:13 +0100 | 
|---|---|---|
| committer | mitaa <mitaa.ceb@gmail.com> | 2016-03-10 03:29:55 +0100 | 
| commit | 7c983991d9ec1adb3dc608f4f87c48f5bd46641f (patch) | |
| tree | 61f652166339ed1bfebf4404599f1e62ed506fdf /src/test/rustdoc/recursion3.rs | |
| parent | a20e6bb1627f8669b334e673740f78e435cd0321 (diff) | |
| download | rust-7c983991d9ec1adb3dc608f4f87c48f5bd46641f.tar.gz rust-7c983991d9ec1adb3dc608f4f87c48f5bd46641f.zip  | |
Remove `feature(globs)` since they are stable
Diffstat (limited to 'src/test/rustdoc/recursion3.rs')
| -rw-r--r-- | src/test/rustdoc/recursion3.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/rustdoc/recursion3.rs b/src/test/rustdoc/recursion3.rs index 62a13f76ca4..1d9b903a279 100644 --- a/src/test/rustdoc/recursion3.rs +++ b/src/test/rustdoc/recursion3.rs @@ -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::*;  | 
