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 = "\
37
37
# When uploading crates to the registry Cargo will automatically
38
38
# \" normalize\" Cargo.toml files for maximal compatibility
39
39
# 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.
41
41
#
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.
46
45
" ;
47
46
48
47
/// Information about a package that is available somewhere in the file system.
You can’t perform that action at this time.
0 commit comments