This commit is contained in:
Rohan Sircar 2021-04-23 00:38:46 +05:30 committed by GitHub
parent e3f1cdf3f9
commit 57f26a0ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,8 +109,6 @@ async fn main() -> std::io::Result<()> {
} else { } else {
server.bind(addr)? server.bind(addr)?
}; };
println!("whoops"); println!("whoops");
server.run().await server.run().await
} }