tlsnotary / tlsn

Rust implementation of the TLSNotary protocol
https://tlsnotary.org
263 stars 69 forks source link

fix: remove unnecessary qualifications #493

Closed tnunamak closed 3 months ago

tnunamak commented 3 months ago

Rust 1.78 introduced new unnecessary qualification warnings. I made these changes in order to compile the simple_prover example.

yuroitaki commented 3 months ago

hey thanks for the PR, but these have already been fixed as part of https://github.com/tlsnotary/tlsn/pull/481