all-features now compiling and passing tests

This commit is contained in:
Benjamin Fry
2019-10-13 12:20:58 -07:00
parent 6b03af19ad
commit ee09ff92a2
29 changed files with 410 additions and 435 deletions

View File

@@ -31,8 +31,8 @@ mod tests {
use tokio::runtime::current_thread::Runtime;
use config::{ResolverConfig, ResolverOpts};
use AsyncResolver;
use crate::config::{ResolverConfig, ResolverOpts};
use crate::AsyncResolver;
fn tls_test(config: ResolverConfig) {
env_logger::try_init().ok();