Skip to content

Commit

Permalink
Don't recommend filing issues on rust-lang/cargo for Cargo.toml errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 8, 2021
1 parent 3ebb5f1 commit 7c66ef5
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 7c66ef5

Please sign in to comment.