Skip to content

Commit 965ffb0

Browse files
committed
safe transmute: fix broken intradoc link
1 parent e8a1925 commit 965ffb0

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_transmute/src/layout

1 file changed

+2
-2
lines changed

compiler/rustc_transmute/src/layout/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub(crate) mod rustc {
4242
use rustc_middle::ty::Region;
4343
use rustc_middle::ty::Ty;
4444

45-
/// A reference in the layout [`Nfa`].
45+
/// A reference in the layout.
4646
#[derive(Debug, Hash, Eq, PartialEq, PartialOrd, Ord, Clone, Copy)]
4747
pub struct Ref<'tcx> {
4848
lifetime: Region<'tcx>,
@@ -58,7 +58,7 @@ pub(crate) mod rustc {
5858
}
5959
}
6060

61-
/// A visibility node in the layout [`Nfa`].
61+
/// A visibility node in the layout.
6262
#[derive(Debug, Hash, Eq, PartialEq, Clone, Copy)]
6363
pub enum Def<'tcx> {
6464
Adt(ty::AdtDef<'tcx>),

0 commit comments

Comments
 (0)