File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/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
2
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3
- refs/heads/snap-stage3: d0744ba3e7b60a25837af8350b3af7ef1d2b4548
3
+ refs/heads/snap-stage3: adac861db28b79f52455b1fd3121cd1964d0aceb
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
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