Skip to content

Commit

Permalink
Auto merge of #9658 - ehuss:cargo.toml-preamble-link, r=alexcrichton
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jul 12, 2021
2 parents 01ddc25 + 7c66ef5 commit f4e1110
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/cargo/core/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ pub const MANIFEST_PREAMBLE: &str = "\
# When uploading crates to the registry Cargo will automatically
# \"normalize\" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
";

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

0 comments on commit f4e1110

Please sign in to comment.