mirror of
https://github.com/arnaucube/Nova.git
synced 2026-02-02 17:26:40 +01:00
Clippy formatting (#131)
* Clippy with Rust 1.67 * Clippy/Rustfmt with Rust 1.66.1
This commit is contained in:
@@ -185,7 +185,7 @@ pub fn synthesize_bits<F: PrimeField, CS: ConstraintSystem<F>>(
|
||||
.into_iter()
|
||||
.map(|i| {
|
||||
AllocatedBit::alloc(
|
||||
cs.namespace(|| format!("bit {}", i)),
|
||||
cs.namespace(|| format!("bit {i}")),
|
||||
Some(bits.as_ref().unwrap()[i as usize]),
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user