Skip to content

Commit

Permalink
maybe work
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Jun 12, 2024
1 parent 292475f commit 99cb054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tokenizers/display_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
unicode-xid = "0.2.4"

[lib]
proc-macro = true
2 changes: 1 addition & 1 deletion tokenizers/display_derive/src/parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use std::iter;

// use unicode_xid::UnicodeXID as XID;
use unicode_xid::UnicodeXID as XID;

/// Output of the [`format_string`] parser.
#[derive(Clone, Debug, Eq, PartialEq)]
Expand Down

0 comments on commit 99cb054

Please sign in to comment.