Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hbierlee committed Sep 5, 2023
1 parent af1efa0 commit 1327cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/pindakaas/src/int/enc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl<Lit: Literal, C: Coefficient> IntVarOrd<Lit, C> {
Self::from_dom(
db,
num::iter::range_inclusive(lb, ub)
.into_iter()
.collect::<Vec<_>>()
.as_slice(),
lbl,
Expand Down

0 comments on commit 1327cb6

Please sign in to comment.