Skip to content

Commit 9b0e98a

Browse files
committed
Fix outdated path in comment.
1 parent f688dd6 commit 9b0e98a

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_data_structures/src

1 file changed

+1
-1
lines changed

compiler/rustc_data_structures/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub fn make_display(f: impl Fn(&mut fmt::Formatter<'_>) -> fmt::Result) -> impl
147147
Printer { f }
148148
}
149149

150-
// See comments in src/librustc_middle/lib.rs
150+
// See comments in compiler/rustc_middle/src/tests.rs
151151
#[doc(hidden)]
152152
pub fn __noop_fix_for_27438() {}
153153

0 commit comments

Comments
 (0)