Skip to content

Commit

Permalink
Re-export AsyncStdConnection(Provider)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanb authored and bluejekyll committed Jan 14, 2021
1 parent 8f1a8ee commit ec8f839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/async-std-resolver/src/lib.rs
Expand Up @@ -80,8 +80,8 @@

use trust_dns_resolver::AsyncResolver;

use crate::runtime::AsyncStdConnection;
use crate::runtime::AsyncStdConnectionProvider;
pub use crate::runtime::AsyncStdConnection;
pub use crate::runtime::AsyncStdConnectionProvider;
use crate::runtime::AsyncStdRuntimeHandle;

mod net;
Expand Down

0 comments on commit ec8f839

Please sign in to comment.