mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-28 07:23:50 +00:00
Use the unicode-ident crate (#7212)
This commit is contained in:
parent
041cdb95e0
commit
f1a4eb9c28
8 changed files with 10 additions and 44 deletions
|
@ -1,4 +1,4 @@
|
|||
use unic_ucd_ident::{is_xid_continue, is_xid_start};
|
||||
use unicode_ident::{is_xid_continue, is_xid_start};
|
||||
|
||||
use crate::keyword::is_keyword;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue