Skip to content

Commit

Permalink
lint: Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arbimo committed Jan 10, 2025
1 parent a0c4273 commit 80f2eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solver/src/model/extensions/assignments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::model::lang::linear::LinearSum;
use crate::model::lang::{Atom, Cst, IAtom, IVar, Rational, SAtom};
use crate::model::symbols::SymId;
use crate::model::symbols::{ContiguousSymbols, TypedSym};
use num_rational::Rational32;
use state::Term;

/// Extension methods for an object containing a partial or total assignment to a problem.
Expand Down

0 comments on commit 80f2eff

Please sign in to comment.