mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 06:43:07 +00:00
Minor
This commit is contained in:
parent
7097081e5b
commit
b3d246a7c5
@ -55,5 +55,5 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
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::new_without_default)]
|
||||||
#![allow(clippy::too_many_arguments)]
|
#![allow(clippy::too_many_arguments)]
|
||||||
#![allow(clippy::len_without_is_empty)]
|
#![allow(clippy::len_without_is_empty)]
|
||||||
#![allow(clippy::module_inception)]
|
|
||||||
#![allow(clippy::needless_range_loop)]
|
#![allow(clippy::needless_range_loop)]
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
#![feature(asm_sym)]
|
#![feature(asm_sym)]
|
||||||
|
|||||||
@ -1,2 +1,4 @@
|
|||||||
|
#![allow(clippy::module_inception)]
|
||||||
|
|
||||||
pub(crate) mod division;
|
pub(crate) mod division;
|
||||||
pub mod polynomial;
|
pub mod polynomial;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user