diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2014-12-04 01:58:26 +0200 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2014-12-20 06:37:14 +0200 |
| commit | d5267d584563d5ae5e4428bcaa7fa0a04dc4c57a (patch) | |
| tree | 5bfccd5374c02aedcc20266d8028e7582045e34a /src/libgetopts | |
| parent | 1c2df5cc3cfc0c9e80adf9fa6504d55056741c5a (diff) | |
| download | rust-d5267d584563d5ae5e4428bcaa7fa0a04dc4c57a.tar.gz rust-d5267d584563d5ae5e4428bcaa7fa0a04dc4c57a.zip | |
Remove feature(import_shadowing) from all crates.
Diffstat (limited to 'src/libgetopts')
| -rw-r--r-- | src/libgetopts/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs index b45d0c9b01e..e362c67cc50 100644 --- a/src/libgetopts/lib.rs +++ b/src/libgetopts/lib.rs @@ -86,7 +86,6 @@ html_root_url = "http://doc.rust-lang.org/nightly/", html_playground_url = "http://play.rust-lang.org/")] #![feature(globs, phase)] -#![feature(import_shadowing)] #![feature(unboxed_closures)] #![deny(missing_docs)] |
