]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir/src/stable_hash_impls.rs
Rollup merge of #83553 - jfrimmel:addr-of, r=m-ou-se
[rust.git] / compiler / rustc_hir / src / stable_hash_impls.rs
index 55e87663a1ee773de7187a3d40213fc3be4b99b2..0232654aaa5242c72ad8e2211f93ad6414ee6f3f 100644 (file)
@@ -9,7 +9,7 @@
 
 /// Requirements for a `StableHashingContext` to be used in this crate.
 /// This is a hack to allow using the `HashStable_Generic` derive macro
-/// instead of implementing everything in librustc_middle.
+/// instead of implementing everything in `rustc_middle`.
 pub trait HashStableContext:
     rustc_ast::HashStableContext + rustc_target::HashStableContext
 {