zksecurity / noname

Noname: a programming language to write zkapps
https://zksecurity.github.io/noname/
161 stars 35 forks source link

chore: fix all unused_variables lint #109

Open eightfilms opened 1 month ago

eightfilms commented 1 month ago

Closes #101 Extracted from #100

As the title says - this ended up being a mostly harmless change since most unused variables here seem to be either unused because of unimplemented features or unused due to trait requirements

mimoo commented 1 month ago

btw I'm not convinced that these are harmless, we should have a serious pass to ensure that we don't need to perform any checks on these variables in the typechecker (for example)