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.
custom_responders
1 parent 9bdc926 commit 8fadfe7Copy full SHA for 8fadfe7
tests/testsuite/publish.rs
@@ -5,6 +5,7 @@ use cargo_test_support::paths;
5
use cargo_test_support::registry::{self, Package, Response};
6
use cargo_test_support::{basic_manifest, no_such_file_err_msg, project, publish};
7
use std::fs;
8
+use std::sync::{Arc, Mutex};
9
10
const CLEAN_FOO_JSON: &str = r#"
11
{
0 commit comments