@@ -3158,8 +3158,9 @@ fn dirty_submodule() {
31583158 . cargo ( "package --no-verify" )
31593159 . with_status ( 101 )
31603160 . with_stderr_data ( str![ [ r#"
3161- [WARNING] manifest has no description, license, license-file, documentation, homepage or repository.
3162- See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
3161+ [WARNING] manifest has no description, license, license-file, documentation, homepage or repository
3162+ |
3163+ = [NOTE] see https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info
31633164[ERROR] 2 files in the working directory contain changes that were not yet committed into git:
31643165
31653166.gitmodules
@@ -3179,8 +3180,9 @@ to proceed despite this and include the uncommitted changes, pass the `--allow-d
31793180 . cargo ( "package --no-verify" )
31803181 . with_status ( 101 )
31813182 . with_stderr_data ( str![ [ r#"
3182- [WARNING] manifest has no description, license, license-file, documentation, homepage or repository.
3183- See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
3183+ [WARNING] manifest has no description, license, license-file, documentation, homepage or repository
3184+ |
3185+ = [NOTE] see https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info
31843186[ERROR] 1 files in the working directory contain changes that were not yet committed into git:
31853187
31863188src/lib.rs
@@ -3205,8 +3207,9 @@ to proceed despite this and include the uncommitted changes, pass the `--allow-d
32053207 . cargo ( "package --no-verify" )
32063208 . with_status ( 101 )
32073209 . with_stderr_data ( str![ [ r#"
3208- [WARNING] manifest has no description, license, license-file, documentation, homepage or repository.
3209- See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
3210+ [WARNING] manifest has no description, license, license-file, documentation, homepage or repository
3211+ |
3212+ = [NOTE] see https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info
32103213[ERROR] 2 files in the working directory contain changes that were not yet committed into git:
32113214
32123215src/.gitmodules
@@ -3228,8 +3231,9 @@ to proceed despite this and include the uncommitted changes, pass the `--allow-d
32283231 . cargo ( "package --no-verify" )
32293232 . with_status ( 101 )
32303233 . with_stderr_data ( str![ [ r#"
3231- [WARNING] manifest has no description, license, license-file, documentation, homepage or repository.
3232- See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
3234+ [WARNING] manifest has no description, license, license-file, documentation, homepage or repository
3235+ |
3236+ = [NOTE] see https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info
32333237[ERROR] 1 files in the working directory contain changes that were not yet committed into git:
32343238
32353239src/bar/new_file.rs
0 commit comments