Add #![feature] attributes to doctests
This commit is contained in:
@@ -91,6 +91,7 @@ impl Iterator for LookupHost {
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
/// # #![feature(net)]
|
||||
/// use std::net;
|
||||
///
|
||||
/// # fn foo() -> std::io::Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user