Skip to content

Commit c02b259

Browse files
committed
clippy lint
1 parent 3c8006b commit c02b259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forc-pkg/src/source/reg/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ mod tests {
845845
fn test_fetch_directory_cleanup_on_failure() {
846846
// The test itself doesn't need to assert anything about the result,
847847
// the assertions inside the async block are what matter
848-
let _ = block_on_any_runtime(async {
848+
block_on_any_runtime(async {
849849
let pinned = Pinned {
850850
source: Source {
851851
name: "nonexistent_test_package".to_string(),

0 commit comments

Comments
 (0)