We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565591f commit 0fb35e3Copy full SHA for 0fb35e3
crates/cargo-test-support/src/registry.rs
@@ -559,7 +559,7 @@ impl Package {
559
560
/// Sets the index schema version for this package.
561
///
562
- /// See [`cargo::sources::registry::RegistryPackage`] for more information.
+ /// See `cargo::sources::registry::RegistryPackage` for more information.
563
pub fn schema_version(&mut self, version: u32) -> &mut Package {
564
self.v = Some(version);
565
self
0 commit comments