diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2016-07-13 17:07:11 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2016-07-31 17:48:20 +0300 |
| commit | a80d329b68f88da4f35a4c05337b5ae0920c20c4 (patch) | |
| tree | a591681285c5913cc37198ee205bb6278aea1e73 /src/libcoretest/lib.rs | |
| parent | 724f811794bf30141922eb9ff26cd9ce7febe64e (diff) | |
| download | rust-a80d329b68f88da4f35a4c05337b5ae0920c20c4.tar.gz rust-a80d329b68f88da4f35a4c05337b5ae0920c20c4.zip | |
Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closures`
They are already gated with feature `fn_traits`
Diffstat (limited to 'src/libcoretest/lib.rs')
| -rw-r--r-- | src/libcoretest/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs index ef0042808f9..9428b4096bf 100644 --- a/src/libcoretest/lib.rs +++ b/src/libcoretest/lib.rs @@ -31,7 +31,6 @@ #![feature(step_by)] #![feature(test)] #![feature(try_from)] -#![feature(unboxed_closures)] #![feature(unicode)] #![feature(unique)] |
