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 @@ -656,7 +656,7 @@ impl fmt::Display for SourceId {
656
656
// Don't replace the URL display for git references,
657
657
// because those are kind of expected to be URLs.
658
658
write ! ( f, "{}" , self . inner. url) ?;
659
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
659
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
660
660
// lockfile v4, because we want Source ID serialization to be
661
661
// consistent with lockfile.
662
662
if let Some ( pretty) = reference. pretty_ref ( false ) {
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ impl<'cfg> Debug for GitSource<'cfg> {
188
188
fn fmt ( & self , f : & mut Formatter < ' _ > ) -> fmt:: Result {
189
189
write ! ( f, "git repo at {}" , self . remote. url( ) ) ?;
190
190
191
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
191
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
192
192
// lockfile v4, because we want Source ID serialization to be
193
193
// consistent with lockfile.
194
194
match self . manifest_reference . pretty_ref ( false ) {
Original file line number Diff line number Diff line change @@ -918,7 +918,7 @@ impl std::fmt::Display for GitSource {
918
918
fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
919
919
let git_ref = self . git_ref ( ) ;
920
920
921
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
921
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
922
922
// lockfile v4, because we want Source ID serialization to be
923
923
// consistent with lockfile.
924
924
if let Some ( pretty_ref) = git_ref. pretty_ref ( false ) {
You can’t perform that action at this time.
0 commit comments