diff options
| author | Alona Enraght-Moony <code@alona.page> | 2024-01-05 02:52:37 +0000 |
|---|---|---|
| committer | Alona Enraght-Moony <code@alona.page> | 2024-01-05 16:34:52 +0000 |
| commit | 16e117cf964064f8f70ab2e55f24ed37e1e9a4ee (patch) | |
| tree | c4ddc656548390e683268be013ab52631d31a29c /compiler/rustc_data_structures/src/lib.rs | |
| parent | f688dd684faca5b31b156fac2c6e0ae81fc9bc90 (diff) | |
| download | rust-16e117cf964064f8f70ab2e55f24ed37e1e9a4ee.tar.gz rust-16e117cf964064f8f70ab2e55f24ed37e1e9a4ee.zip | |
Remove outdated references to `librustc_middle`.
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 93b4032c310..f7d1352f387 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -147,7 +147,7 @@ pub fn make_display(f: impl Fn(&mut fmt::Formatter<'_>) -> fmt::Result) -> impl Printer { f } } -// See comments in src/librustc_middle/lib.rs +// See comments in compiler/rustc_middle/src/tests.rs #[doc(hidden)] pub fn __noop_fix_for_27438() {} |
