Re-enable tokio-rustls now that it has a stable release (#429)

This commit is contained in:
Alex Gaynor
2019-12-01 12:04:00 -06:00
committed by Lucio Franco
parent 4398e169e8
commit e7e75bf117
3 changed files with 7 additions and 12 deletions

View File

@@ -1,5 +1,3 @@
fn main() {}
/* TODO: re-enable when tokio-rustls is updated
use h2::client;
use http::{Method, Request};
use tokio::net::TcpStream;
@@ -75,4 +73,3 @@ pub async fn main() -> Result<(), Box<dyn Error>> {
}
Ok(())
}
*/