File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f39c29d0bc0e58d76e2289dc52038770797a8f38
2
+ refs/heads/master: 73622f8fdf905f273cf7509dcbcf9f7fb06f022a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: c9f6d696420107f82304b992cf623b806995fe18
5
5
refs/heads/try: 225de0d60f8ca8dcc62ab2fd8818ebbda4b58cfe
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ pub trait UnicodeChar {
176
176
/// 'XID_Start' is a Unicode Derived Property specified in
177
177
/// [UAX #31](http://unicode.org/reports/tr31/#NFKC_Modifications),
178
178
/// mostly similar to ID_Start but modified for closure under NFKx.
179
- #[ allow( non_snake_case) ]
180
179
fn is_xid_start ( self ) -> bool ;
181
180
182
181
/// Returns whether the specified `char` satisfies the 'XID_Continue'
@@ -195,7 +194,6 @@ pub trait UnicodeChar {
195
194
/// 'XID_Continue' is a Unicode Derived Property specified in
196
195
/// [UAX #31](http://unicode.org/reports/tr31/#NFKC_Modifications),
197
196
/// mostly similar to 'ID_Continue' but modified for closure under NFKx.
198
- #[ allow( non_snake_case) ]
199
197
fn is_xid_continue ( self ) -> bool ;
200
198
201
199
/// Indicates whether a character is in lowercase.
You can’t perform that action at this time.
0 commit comments