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

View File

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