Skip to content

Commit 8fadfe7

Browse files
Muscraftepage
authored andcommitted
test(registry): Allow custom_responders to call normal responders
1 parent 9bdc926 commit 8fadfe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/publish.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use cargo_test_support::paths;
55
use cargo_test_support::registry::{self, Package, Response};
66
use cargo_test_support::{basic_manifest, no_such_file_err_msg, project, publish};
77
use std::fs;
8+
use std::sync::{Arc, Mutex};
89

910
const CLEAN_FOO_JSON: &str = r#"
1011
{

0 commit comments

Comments
 (0)