Skip to content

Commit

Permalink
Merge branch 'matthias/format-like-ceno' into matthias/feat/goldilock…
Browse files Browse the repository at this point in the history
…s-spartan
  • Loading branch information
matthiasgoergens committed Nov 26, 2024
2 parents 1f4b166 + 8969dde commit 69fa84f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
for cargo_toml in $(git ls-files '**/Cargo.toml'); do
(
cd "$(dirname ${cargo_toml})"
cargo fmt --check
cargo +nightly fmt --check
cargo check --all-targets
)
done
Expand Down
1 change: 0 additions & 1 deletion circ_blocks/src/ir/opt/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use fxhash::FxHashSet;
/// This is a tool for sweeping a list of equations, some of which define new variables as
/// functions of previous ones, and eliminating these new variables, by substituting them
/// elsewhere.
///
pub struct Inliner<'a> {
/// Map from variables to their values.
/// Invariant: no key variable in in any value variable.
Expand Down
1 change: 0 additions & 1 deletion circ_blocks/src/target/ilp/trans.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! Translation from IR to MILP
//!
// Needed until https://github.com/rust-lang/rust-clippy/pull/8183 is resolved.
#![allow(clippy::identity_op)]
Expand Down

0 comments on commit 69fa84f

Please sign in to comment.