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 @@ -692,7 +692,7 @@ impl fmt::Display for SourceId {
692
692
// Don't replace the URL display for git references,
693
693
// because those are kind of expected to be URLs.
694
694
write ! ( f, "{}" , self . inner. url) ?;
695
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
695
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
696
696
// lockfile v4, because we want Source ID serialization to be
697
697
// consistent with lockfile.
698
698
if let Some ( pretty) = reference. pretty_ref ( false ) {
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ impl<'cfg> Debug for GitSource<'cfg> {
162
162
fn fmt ( & self , f : & mut Formatter < ' _ > ) -> fmt:: Result {
163
163
write ! ( f, "git repo at {}" , self . remote. url( ) ) ?;
164
164
165
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
165
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
166
166
// lockfile v4, because we want Source ID serialization to be
167
167
// consistent with lockfile.
168
168
match self . manifest_reference . pretty_ref ( false ) {
Original file line number Diff line number Diff line change @@ -893,7 +893,7 @@ impl std::fmt::Display for GitSource {
893
893
fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
894
894
let git_ref = self . git_ref ( ) ;
895
895
896
- // TODO(-Znext-lockfile-bump): set it to true when stabilizing
896
+ // TODO(-Znext-lockfile-bump): set it to true when the default is
897
897
// lockfile v4, because we want Source ID serialization to be
898
898
// consistent with lockfile.
899
899
if let Some ( pretty_ref) = git_ref. pretty_ref ( false ) {
You can’t perform that action at this time.
0 commit comments