mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
Change arg to non-mutable reference
This commit is contained in:
parent
0276446e7a
commit
ee9cd80cb4
@ -244,7 +244,7 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
self.lut_to_lookups[lut_index].push((looking_in, looking_out));
|
||||
}
|
||||
|
||||
pub fn num_luts(&mut self) -> usize {
|
||||
pub fn num_luts(&self) -> usize {
|
||||
self.lut_to_lookups.len()
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user