Skip to content

Commit

Permalink
fix lint for Rust 1.84 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Jan 23, 2025
1 parent e6133c9 commit 4cefa8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/jiter/src/py_string_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const ARRAY_REPEAT_VALUE: Entry = None;
impl Default for PyStringCache {
fn default() -> Self {
Self {
#[allow(clippy::large_stack_arrays)]
entries: Box::new([ARRAY_REPEAT_VALUE; CAPACITY]),
hash_builder: RandomState::default(),
}
Expand Down

0 comments on commit 4cefa8b

Please sign in to comment.