File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ pub struct Resolve {
47
47
}
48
48
49
49
/// A version to indicate how a `Cargo.lock` should be serialized. Currently
50
- /// V3 is the default when creating a new lockfile. If an old version of
51
- /// lockfile already exists, it will stay as-is.
50
+ /// [ V3 is the default](ResolveVersion::default) when creating a new lockfile.
51
+ /// If an old version of lockfile already exists, it will stay as-is.
52
52
///
53
53
/// It's theorized that we can add more here over time to track larger changes
54
54
/// to the `Cargo.lock` format, but we've yet to see how that strategy pans out.
@@ -396,7 +396,7 @@ impl fmt::Debug for Resolve {
396
396
impl Default for ResolveVersion {
397
397
/// The default way to encode new or updated `Cargo.lock` files.
398
398
///
399
- /// It's important that if a new version of `ResolveVersion` is added that
399
+ /// It's important that if a new version of [ `ResolveVersion`] is added that
400
400
/// this is not updated until *at least* the support for the version is in
401
401
/// the stable release of Rust.
402
402
///
You can’t perform that action at this time.
0 commit comments