filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

refactor: remove superfluous generic #1695

Closed vmx closed 1 year ago

vmx commented 1 year ago

The TreeRLast generation is bound to the arity of the Tree anyway, so it doesn't need an extra generic.