apparently i need to update rust

This commit is contained in:
Sebastien La Duca 2022-07-28 00:24:54 -04:00
parent fd0af3fa3e
commit 8ad0924bbb

View File

@ -2,7 +2,6 @@
#![allow(clippy::needless_range_loop)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![feature(let_chains)]
#![feature(generic_const_exprs)]
pub mod all_stark;