File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed 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