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#[email protected]: the format requires a : to separate the name from the version, but the example uses @ (which is consistent with the rest of the specification).