Skip to content

Commit 6431365

Browse files
authored
Update link to hir
1 parent ee57c69 commit 6431365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ is in fact a simple type alias for a reference with `'tcx` lifetime:
7878
pub type Ty<'tcx> = &'tcx TyS<'tcx>;
7979
```
8080

81-
[the HIR]: https://github.com/rust-lang/rust/blob/master/src/librustc/hir/README.md
81+
[the HIR]: ./hir.html
8282

8383
You can basically ignore the `TyS` struct -- you will basically never
8484
access it explicitly. We always pass it by reference using the

0 commit comments

Comments
 (0)