File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments