Skip to content

Commit 7c66ef5

Browse files
committed
Don't recommend filing issues on rust-lang/cargo for Cargo.toml errors.
1 parent 3ebb5f1 commit 7c66ef5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/cargo/core/package.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ pub const MANIFEST_PREAMBLE: &str = "\
3737
# When uploading crates to the registry Cargo will automatically
3838
# \"normalize\" Cargo.toml files for maximal compatibility
3939
# with all versions of Cargo and also rewrite `path` dependencies
40-
# to registry (e.g., crates.io) dependencies
40+
# to registry (e.g., crates.io) dependencies.
4141
#
42-
# If you believe there's an error in this file please file an
43-
# issue against the rust-lang/cargo repository. If you're
44-
# editing this file be aware that the upstream Cargo.toml
45-
# will likely look very different (and much more reasonable)
42+
# If you are reading this file be aware that the original Cargo.toml
43+
# will likely look very different (and much more reasonable).
44+
# See Cargo.toml.orig for the original contents.
4645
";
4746

4847
/// Information about a package that is available somewhere in the file system.

0 commit comments

Comments
 (0)