Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-deng committed Nov 8, 2024
1 parent 773b695 commit 58196b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions starky/src/fibonacci_stark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ impl<F: RichField + Extendable<D>, const D: usize> Stark<F, D> for FibonacciStar

#[cfg(test)]
mod tests {
#[cfg(not(feature = "std"))]
use alloc::vec::Vec;

use anyhow::Result;
use itertools::Itertools;
use plonky2::field::extension::Extendable;
Expand Down

0 comments on commit 58196b8

Please sign in to comment.