File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11use cargo_test_support:: prelude:: * ;
22use cargo_test_support:: project;
3- use cargo_test_support:: registry:: RegistryBuilder ;
43use cargo_test_support:: str;
54
65#[ cargo_test]
@@ -331,6 +330,7 @@ fn main() {}
331330#[ cargo_test]
332331#[ cfg( unix) ] // until we get proper packaging support
333332fn publish_namespaced ( ) {
333+ use cargo_test_support:: registry:: RegistryBuilder ;
334334 let registry = RegistryBuilder :: new ( ) . http_api ( ) . http_index ( ) . build ( ) ;
335335
336336 let p = project ( )
Original file line number Diff line number Diff line change 11//! Tests for `-Ztrim-paths`.
22
33use cargo_test_support:: basic_manifest;
4- use cargo_test_support:: compare:: assert_e2e;
54use cargo_test_support:: git;
65use cargo_test_support:: paths;
76use cargo_test_support:: prelude:: * ;
@@ -682,6 +681,7 @@ fn custom_build_env_var_trim_paths() {
682681#[ cargo_test( requires_lldb, nightly, reason = "-Zremap-path-scope is unstable" ) ]
683682fn lldb_works_after_trimmed ( ) {
684683 use cargo_util:: is_ci;
684+ use cargo_test_support:: compare:: assert_e2e;
685685
686686 if !is_ci ( ) {
687687 // On macOS lldb requires elevated privileges to run developer tools.
You can’t perform that action at this time.
0 commit comments