File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ impl fmt::Display for SourceId {
618
618
// Don't replace the URL display for git references,
619
619
// because those are kind of expected to be URLs.
620
620
write ! ( f, "{}" , self . inner. url) ?;
621
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
621
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
622
622
// lockfile v4, because we want Source ID serialization to be
623
623
// consistent with lockfile.
624
624
if let Some ( pretty) = reference. pretty_ref ( false ) {
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ impl<'cfg> Debug for GitSource<'cfg> {
168
168
fn fmt ( & self , f : & mut Formatter < ' _ > ) -> fmt:: Result {
169
169
write ! ( f, "git repo at {}" , self . remote. url( ) ) ?;
170
170
171
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
171
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
172
172
// lockfile v4, because we want Source ID serialization to be
173
173
// consistent with lockfile.
174
174
match self . manifest_reference . pretty_ref ( false ) {
Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ impl std::fmt::Display for GitSource {
882
882
fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
883
883
let git_ref = self . git_ref ( ) ;
884
884
885
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
885
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
886
886
// lockfile v4, because we want Source ID serialization to be
887
887
// consistent with lockfile.
888
888
if let Some ( pretty_ref) = git_ref. pretty_ref ( false ) {
You can’t perform that action at this time.
0 commit comments