diff options
| author | bors <bors@rust-lang.org> | 2014-08-30 19:51:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-08-30 19:51:25 +0000 |
| commit | f2973665935161bb2b2eca3f41c33a4fd2fe82c4 (patch) | |
| tree | 285aa850b2763a426fdd2a874d100261de3d7024 /src/libserialize | |
| parent | cbacdbc5f3bc4f401a96177df8efd2eb765e8799 (diff) | |
| parent | d15d55973946f8f582ba69b1789b5b5d35da5b2d (diff) | |
| download | rust-f2973665935161bb2b2eca3f41c33a4fd2fe82c4.tar.gz rust-f2973665935161bb2b2eca3f41c33a4fd2fe82c4.zip | |
auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw
Diffstat (limited to 'src/libserialize')
| -rw-r--r-- | src/libserialize/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index 44ea56f4c73..5c35ad85233 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -24,7 +24,6 @@ Core encoding and decoding interfaces. html_root_url = "http://doc.rust-lang.org/master/", html_playground_url = "http://play.rust-lang.org/")] #![feature(macro_rules, managed_boxes, default_type_params, phase)] -#![feature(issue_5723_bootstrap)] // test harness access #[cfg(test)] |
