Remove cargo:: link.

This commit is contained in:
Eric Huss 2021-03-20 14:38:34 -07:00
parent 565591f6e9
commit 0fb35e3129
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ impl Package {
/// Sets the index schema version for this package.
///
/// See [`cargo::sources::registry::RegistryPackage`] for more information.
/// See `cargo::sources::registry::RegistryPackage` for more information.
pub fn schema_version(&mut self, version: u32) -> &mut Package {
self.v = Some(version);
self