mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
Minor
This commit is contained in:
parent
7097081e5b
commit
b3d246a7c5
@ -55,5 +55,5 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --all-features --all-targets -- -D warnings
|
||||
args: --all-features --all-targets -- -D warnings -A incomplete-features
|
||||
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
#![allow(clippy::new_without_default)]
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
#![allow(clippy::len_without_is_empty)]
|
||||
#![allow(clippy::module_inception)]
|
||||
#![allow(clippy::needless_range_loop)]
|
||||
#![feature(asm)]
|
||||
#![feature(asm_sym)]
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
#![allow(clippy::module_inception)]
|
||||
|
||||
pub(crate) mod division;
|
||||
pub mod polynomial;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user