We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea92c72 commit c1c8069Copy full SHA for c1c8069
src/main.rs
@@ -47,7 +47,7 @@ async fn main() -> io::Result<()> {
47
.incoming()
48
.map_err(|e| error(format!("Incoming failed: {:?}", e)))
49
// (base: https://github.com/cloudflare/wrangler/pull/1485/files)
50
- .filter_map(move |s| async move {
+ .filter_map(|s| async {
51
let client = match s {
52
Ok(x) => x,
53
Err(e) => {
0 commit comments