Rohan Sircar 3 years ago
committed by GitHub
parent
commit
57f26a0ddf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/main.rs

2
src/main.rs

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