Skip to content

Commit 4cefa8b

Browse files
authored
fix lint for Rust 1.84 (#183)
1 parent e6133c9 commit 4cefa8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/jiter/src/py_string_cache.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ const ARRAY_REPEAT_VALUE: Entry = None;
136136
impl Default for PyStringCache {
137137
fn default() -> Self {
138138
Self {
139+
#[allow(clippy::large_stack_arrays)]
139140
entries: Box::new([ARRAY_REPEAT_VALUE; CAPACITY]),
140141
hash_builder: RandomState::default(),
141142
}

0 commit comments

Comments
 (0)