Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunisher committed Sep 21, 2024
1 parent 833c058 commit 2c51d2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/rspack_core/src/compiler/module_executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ impl ModuleExecutor {
},
))
.expect("should success");
let load_result = rx.await.expect("should receiver success");

load_result
rx.await.expect("should receiver success")
}
}

0 comments on commit 2c51d2b

Please sign in to comment.