Skip to content

Commit

Permalink
Changed expressionstorage vis
Browse files Browse the repository at this point in the history
  • Loading branch information
jafioti committed Mar 1, 2024
1 parent 6b2c216 commit be4fb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shape/symbolic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub type BigExpression = GenericExpression<Vec<Term>>;

/// Trait implemented on the 2 main symbolic expression storage types, Vec<Term> and ArrayVec<Term>
#[allow(clippy::len_without_is_empty)]
pub(crate) trait ExpressionStorage:
pub trait ExpressionStorage:
Clone
+ IndexMut<usize, Output = Term>
+ std::iter::Extend<Term>
Expand Down

0 comments on commit be4fb7d

Please sign in to comment.