This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Description
On 2020-08-17 @recmo wrote in 645f7bd “Fix lints”:
False positives rust-lang/rust-clippy#5917
#![allow(clippy::multiple_crate_versions)]
// TODO - Investigate possible truncation
#![allow(clippy::cast_possible_truncation)]
// TODO: Fix false positives
#![allow(clippy::enum_glob_use)]
// TODO: False positives <https://github.com/rust-lang/rust-clippy/issues/5917>
#![allow(clippy::wildcard_imports)]
mod component;
mod inputs;
mod pedersen_points;
From crypto/stark/examples/pedersen_merkle/main.rs:45