Skip to content

Commit f4e1110

Browse files
committed
Auto merge of #9658 - ehuss:cargo.toml-preamble-link, r=alexcrichton
Don't recommend filing issues on rust-lang/cargo for Cargo.toml errors. I don't think this suggestion has ever led to something useful, and is just confusing. cc #9610
2 parents 01ddc25 + 7c66ef5 commit f4e1110

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/cargo/core/package.rs

+4-5
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)