Skip to content

Commit cbddbe2

Browse files
committed
---
yaml --- r: 180209 b: refs/heads/master c: 7eecb94 h: refs/heads/master i: 180207: 14666e8 v: v3
1 parent a006fac commit cbddbe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0fdca30fcb2303966ad2529b7a3b0599088c105d
2+
refs/heads/master: 7eecb94028758e67a452da60b5e7090e50b24da8
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: e29f42025513374f1a88404491d1b40386acf994
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/libunicode/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mod u_str;
6060
/// As such, only values in the ranges \[0x0,0xD7FF\] and \[0xE000,0x10FFFF\]
6161
/// (inclusive) are allowed. A `char` can always be safely cast to a `u32`;
6262
/// however the converse is not always true due to the above range limits
63-
/// and, as such, should be performed via the `from_u32` function..
63+
/// and, as such, should be performed via the `from_u32` function.
6464
#[stable(feature = "rust1", since = "1.0.0")]
6565
pub mod char {
6666
pub use core::char::{MAX, from_u32, from_digit};

0 commit comments

Comments
 (0)