Skip to content

Commit 73622f8

Browse files
committed
unicode: Remove unused non_snake_case allows.
1 parent f39c29d commit 73622f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libunicode/u_char.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)