Skip to content

Commit 0fb35e3

Browse files
committed
Remove cargo:: link.
1 parent 565591f commit 0fb35e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-test-support/src/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ impl Package {
559559

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

0 commit comments

Comments
 (0)