File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/doc/style/features/functions-and-methods Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d0744ba3e7b60a25837af8350b3af7ef1d2b4548
2
+ refs/heads/master: adac861db28b79f52455b1fd3121cd1964d0aceb
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ fn foo(a: u8) { ... }
159
159
Note that
160
160
[`ascii::Ascii`](http://static.rust-lang.org/doc/master/std/ascii/struct.Ascii.html)
161
161
is a _wrapper_ around `u8` that guarantees the highest bit is zero; see
162
- [newtype patterns]() for more details on creating typesafe wrappers.
162
+ [newtype patterns](../types/newtype.md ) for more details on creating typesafe wrappers.
163
163
164
164
Static enforcement usually comes at little run-time cost: it pushes the
165
165
costs to the boundaries (e.g. when a `u8` is first converted into an
You can’t perform that action at this time.
0 commit comments