File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/cargo/sources/registry Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ const VERSION_TEMPLATE: &str = "{version}";
189
189
const PREFIX_TEMPLATE : & str = "{prefix}" ;
190
190
const LOWER_PREFIX_TEMPLATE : & str = "{lowerprefix}" ;
191
191
192
- /// A "source" for a [ local]( local::LocalRegistry) or
193
- /// [ remote](remote ::RemoteRegistry) registry.
192
+ /// A "source" for a local (see ` local::LocalRegistry` ) or remote (see
193
+ /// ` remote::RemoteRegistry` ) registry.
194
194
///
195
195
/// This contains common functionality that is shared between the two registry
196
196
/// kinds, with the registry-specific logic implemented as part of the
@@ -415,8 +415,8 @@ impl<'a> RegistryDependency<'a> {
415
415
}
416
416
}
417
417
418
- /// An abstract interface to handle both a [ local]( local::LocalRegistry) and
419
- /// [ remote]( remote::RemoteRegistry) registry.
418
+ /// An abstract interface to handle both a local (see ` local::LocalRegistry`)
419
+ /// and remote (see ` remote::RemoteRegistry` ) registry.
420
420
///
421
421
/// This allows [`RegistrySource`] to abstractly handle both registry kinds.
422
422
pub trait RegistryData {
You can’t perform that action at this time.
0 commit comments