We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce2f09 commit 6f7528aCopy full SHA for 6f7528a
tiktoken-rs/src/vendor_tiktoken.rs
@@ -1,6 +1,6 @@
1
// This check is new and seems buggy (possibly with PyO3 interaction)
2
#![allow(clippy::borrow_deref_ref)]
3
-
+#![allow(non_local_definitions)]
4
use std::collections::HashSet;
5
use std::thread;
6
0 commit comments