Skip to content

Commit

Permalink
Merge pull request rust-lang#31575 from alexcrichton/beta-next
Browse files Browse the repository at this point in the history
Remove an unused #![feature] in a doctest
  • Loading branch information
brson committed Feb 11, 2016
2 parents 1dc31b7 + d7c8bf3 commit 36237fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ pub fn lookup_host(host: &str) -> io::Result<LookupHost> {
///
/// ```no_run
/// #![feature(lookup_addr)]
/// #![feature(ip_addr)]
///
/// use std::net::{self, Ipv4Addr, IpAddr};
///
Expand Down

0 comments on commit 36237fc

Please sign in to comment.