Skip to content

Commit

Permalink
fix windows take iv
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Sep 11, 2017
1 parent 0902699 commit ff18831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resolver/src/lib.rs
Expand Up @@ -67,6 +67,7 @@
//! # use std::net::*;
//! # use trust_dns_resolver::Resolver;
//! // Use the host OS'es `/etc/resolv.conf`
//! # #[cfg(unix)]
//! let mut resolver = Resolver::from_system_conf().unwrap();
//! let mut response = resolver.lookup_ip("www.example.com.").unwrap();
//! ```
Expand Down

0 comments on commit ff18831

Please sign in to comment.