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 3c8006b commit c02b259Copy full SHA for c02b259
forc-pkg/src/source/reg/mod.rs
@@ -845,7 +845,7 @@ mod tests {
845
fn test_fetch_directory_cleanup_on_failure() {
846
// The test itself doesn't need to assert anything about the result,
847
// the assertions inside the async block are what matter
848
- let _ = block_on_any_runtime(async {
+ block_on_any_runtime(async {
849
let pinned = Pinned {
850
source: Source {
851
name: "nonexistent_test_package".to_string(),
0 commit comments