Skip to content

Commit c6dc75b

Browse files
committed
---
yaml --- r: 160481 b: refs/heads/master c: 73622f8 h: refs/heads/master i: 160479: 273a1e6 v: v3
1 parent e99adc0 commit c6dc75b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f39c29d0bc0e58d76e2289dc52038770797a8f38
2+
refs/heads/master: 73622f8fdf905f273cf7509dcbcf9f7fb06f022a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c9f6d696420107f82304b992cf623b806995fe18
55
refs/heads/try: 225de0d60f8ca8dcc62ab2fd8818ebbda4b58cfe

trunk/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)