Skip to content

Commit

Permalink
Fix alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Oct 10, 2023
1 parent b154e7e commit e503792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/stark-felt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ mod errors {
#[cfg(test)]
mod test {
use super::*;
use super::alloc::{format, string::String, vec::Vec};
use crate::arbitrary_proptest::nonzero_felt;
use core::ops::Shl;
use proptest::prelude::*;
Expand Down

0 comments on commit e503792

Please sign in to comment.