File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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: 0fdca30fcb2303966ad2529b7a3b0599088c105d
2
+ refs/heads/master: 7eecb94028758e67a452da60b5e7090e50b24da8
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: e29f42025513374f1a88404491d1b40386acf994
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ mod u_str;
60
60
/// As such, only values in the ranges \[0x0,0xD7FF\] and \[0xE000,0x10FFFF\]
61
61
/// (inclusive) are allowed. A `char` can always be safely cast to a `u32`;
62
62
/// 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.
64
64
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
65
65
pub mod char {
66
66
pub use core:: char:: { MAX , from_u32, from_digit} ;
You can’t perform that action at this time.
0 commit comments