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 {
176176 /// 'XID_Start' is a Unicode Derived Property specified in
177177 /// [UAX #31](http://unicode.org/reports/tr31/#NFKC_Modifications),
178178 /// mostly similar to ID_Start but modified for closure under NFKx.
179- #[ allow( non_snake_case) ]
180179 fn is_xid_start ( self ) -> bool ;
181180
182181 /// Returns whether the specified `char` satisfies the 'XID_Continue'
@@ -195,7 +194,6 @@ pub trait UnicodeChar {
195194 /// 'XID_Continue' is a Unicode Derived Property specified in
196195 /// [UAX #31](http://unicode.org/reports/tr31/#NFKC_Modifications),
197196 /// mostly similar to 'ID_Continue' but modified for closure under NFKx.
198- #[ allow( non_snake_case) ]
199197 fn is_xid_continue ( self ) -> bool ;
200198
201199 /// Indicates whether a character is in lowercase.
You can’t perform that action at this time.
0 commit comments