diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-15 19:07:14 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-15 19:26:39 +0530 |
| commit | f0f8be2a2e0aab2efef42208e19886790a0742f5 (patch) | |
| tree | 786ab9b59abe1d72f4f1f8b79b389a92171a74e7 /src/libstd | |
| parent | b1a46db649d1eabce7c1e2f6d69ff7af09d72bc1 (diff) | |
| download | rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.tar.gz rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.zip | |
Fix rollup (remove slicing_syntax)
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/old_io/net/udp.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/old_io/net/udp.rs b/src/libstd/old_io/net/udp.rs index 5f1089bc63b..8dc19047de0 100644 --- a/src/libstd/old_io/net/udp.rs +++ b/src/libstd/old_io/net/udp.rs @@ -32,7 +32,6 @@ use sys_common; /// /// ```rust,no_run /// # #![allow(unused_must_use)] -/// #![feature(slicing_syntax)] /// /// use std::old_io::net::udp::UdpSocket; /// use std::old_io::net::ip::{Ipv4Addr, SocketAddr}; |
