Skip to content

Commit 7f2e5ab

Browse files
steveklabnikManishearth
authored andcommitted
Revert "Fix up links"
This reverts commit 7f1d1c6d9a7be5e427bace30e740b16b25f25c92. The original commit was created because mdBook and rustdoc had different generation algorithms for header links; now with rust-lang/rust#39966 , the algorithms are the same. So let's undo this change. ... when I came across this problem, I said "eh, this isn't fun, but it doesn't take that long." I probably should have just actually taken the time to fix upstream, given that they were amenable. Oh well!
1 parent 8e1e112 commit 7f2e5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lifetime-mismatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ TODO: other common problems? SEME regions stuff, mostly?
7878

7979

8080

81-
[ex2]: lifetimes.html#Example%3A%20aliasing%20a%20mutable%20reference
81+
[ex2]: lifetimes.html#example-aliasing-a-mutable-reference

src/repr-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ use fairly elaborate algorithms to cache bits throughout nested types with
151151
special constrained representations. As such it is *especially* desirable that
152152
we leave enum layout unspecified today.
153153

154-
[dst]: exotic-sizes.html#Dynamically%20Sized%20Types%20(DSTs)
154+
[dst]: exotic-sizes.html#dynamically-sized-types-dsts

0 commit comments

Comments
 (0)