In the paragraph description of the cargo pkgid subcommand documentation, in the table that specifies the allowed formats, there is a mismatch between the format url#name:version and its example, https://github.com/rust-lang/cargo#crates-io@0.21.0: the format requires a : to separate the name from the version, but the example uses @ (which is consistent with the rest of the specification).
In the paragraph description of the
cargo pkgidsubcommand documentation, in the table that specifies the allowed formats, there is a mismatch between the format url#name:version and its example,https://github.com/rust-lang/cargo#crates-io@0.21.0: the format requires a:to separate the name from the version, but the example uses@(which is consistent with the rest of the specification).