Skip to content

Commit 6f7528a

Browse files
committed
nit: Appease lint
1 parent 8ce2f09 commit 6f7528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiktoken-rs/src/vendor_tiktoken.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This check is new and seems buggy (possibly with PyO3 interaction)
22
#![allow(clippy::borrow_deref_ref)]
3-
3+
#![allow(non_local_definitions)]
44
use std::collections::HashSet;
55
use std::thread;
66

0 commit comments

Comments
 (0)