Skip to content

Commit 3ee5e83

Browse files
nlibergjooert
authored andcommitted
---
yaml --- r: 218811 b: refs/heads/snap-stage3 c: adac861 h: refs/heads/master i: 218809: 527500d 218807: e5fbc17 v: v3
1 parent d04afae commit 3ee5e83

File tree

2 files changed

+2
-2
lines changed
  • branches/snap-stage3/src/doc/style/features/functions-and-methods

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: d0744ba3e7b60a25837af8350b3af7ef1d2b4548
3+
refs/heads/snap-stage3: adac861db28b79f52455b1fd3121cd1964d0aceb
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/doc/style/features/functions-and-methods/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn foo(a: u8) { ... }
159159
Note that
160160
[`ascii::Ascii`](http://static.rust-lang.org/doc/master/std/ascii/struct.Ascii.html)
161161
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.
163163
164164
Static enforcement usually comes at little run-time cost: it pushes the
165165
costs to the boundaries (e.g. when a `u8` is first converted into an

0 commit comments

Comments
 (0)