@@ -931,8 +931,7 @@ fn add_patch_with_features() {
931931    p. cargo ( "check" ) 
932932        . with_stderr_data ( str![ [ r#" 
933933[WARNING] unused field in patch for `bar`: `features` 
934-   | 
935-   = [NOTE] configure `features` in the `dependencies` entry 
934+ [NOTE] configure `features` in the `dependencies` entry 
936935[UPDATING] `dummy-registry` index 
937936[LOCKING] 1 package to latest compatible version 
938937[CHECKING] bar v0.1.0 ([ROOT]/foo/bar) 
@@ -944,8 +943,7 @@ fn add_patch_with_features() {
944943    p. cargo ( "check" ) 
945944        . with_stderr_data ( str![ [ r#" 
946945[WARNING] unused field in patch for `bar`: `features` 
947-   | 
948-   = [NOTE] configure `features` in the `dependencies` entry 
946+ [NOTE] configure `features` in the `dependencies` entry 
949947[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s 
950948
951949"# ] ] ) 
@@ -981,8 +979,7 @@ fn add_patch_with_setting_default_features() {
981979    p. cargo ( "check" ) 
982980        . with_stderr_data ( str![ [ r#" 
983981[WARNING] unused field in patch for `bar`: `features`, `default-features` 
984-   | 
985-   = [NOTE] configure `features`, `default-features` in the `dependencies` entry 
982+ [NOTE] configure `features`, `default-features` in the `dependencies` entry 
986983[UPDATING] `dummy-registry` index 
987984[LOCKING] 1 package to latest compatible version 
988985[CHECKING] bar v0.1.0 ([ROOT]/foo/bar) 
@@ -994,8 +991,7 @@ fn add_patch_with_setting_default_features() {
994991    p. cargo ( "check" ) 
995992        . with_stderr_data ( str![ [ r#" 
996993[WARNING] unused field in patch for `bar`: `features`, `default-features` 
997-   | 
998-   = [NOTE] configure `features`, `default-features` in the `dependencies` entry 
994+ [NOTE] configure `features`, `default-features` in the `dependencies` entry 
999995[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s 
1000996
1001997"# ] ] ) 
0 commit comments