We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6133c9 commit 4cefa8bCopy full SHA for 4cefa8b
crates/jiter/src/py_string_cache.rs
@@ -136,6 +136,7 @@ const ARRAY_REPEAT_VALUE: Entry = None;
136
impl Default for PyStringCache {
137
fn default() -> Self {
138
Self {
139
+ #[allow(clippy::large_stack_arrays)]
140
entries: Box::new([ARRAY_REPEAT_VALUE; CAPACITY]),
141
hash_builder: RandomState::default(),
142
}
0 commit comments