summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-16 10:56:08 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-16 11:51:57 -0700
commitb3a44859ec1a089859931784f0271c2fd7a0eb1d (patch)
tree828da7d3ea0c81ea611fac821304aab5fa00b885 /src/libsyntax
parentcc789193e11ab2d864db3186aa1961283b3d4cdc (diff)
downloadrust-b3a44859ec1a089859931784f0271c2fd7a0eb1d.tar.gz
rust-b3a44859ec1a089859931784f0271c2fd7a0eb1d.zip
std: Stabilize the Write::flush method
The [associated RFC][rfc] for possibly splitting out `flush` has been closed and
as a result there are no more blockers for stabilizing this method, so this
commit marks the method as such.

[rfc]: https://github.com/rust-lang/rfcs/pull/950
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index f60ac8f3f33..b53bb4bc75e 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -37,7 +37,6 @@
 #![feature(staged_api)]
 #![feature(std_misc)]
 #![feature(unicode)]
-#![feature(io)]
 #![feature(path_ext)]
 
 extern crate arena;