Skip to content

feat: add from_var_bytes to Scalar #182

feat: add from_var_bytes to Scalar

feat: add from_var_bytes to Scalar #182

Triggered via pull request November 22, 2023 10:29
Status Failure
Total duration 52s
Artifacts

dusk_ci.yml

on: pull_request
Code Analysis  /  Rust Format
9s
Code Analysis / Rust Format
Code Analysis  /  Clippy Check
23s
Code Analysis / Clippy Check
Nightly tests std  /  Run tests
43s
Nightly tests std / Run tests
Nightly tests no_std  /  Run tests
9s
Nightly tests no_std / Run tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Code Analysis / Rust Format
Process completed with exit code 1.
Nightly tests no_std / Run tests
Process completed with exit code 1.
Code Analysis / Clippy Check: src/dusk/multiscalar_mul.rs#L144
the loop variable `i` is used to index `digits`
Code Analysis / Clippy Check: src/scalar/dusk.rs#L290
binary comparison to literal `Option::None`
Code Analysis / Clippy Check: src/scalar.rs#L348
this expression borrows a value the compiler would automatically borrow
Code Analysis / Clippy Check: src/scalar.rs#L573
this expression borrows a value the compiler would automatically borrow
Code Analysis / Clippy Check: src/scalar.rs#L632
this expression borrows a value the compiler would automatically borrow
Code Analysis / Clippy Check: src/fp.rs#L404
this expression borrows a value the compiler would automatically borrow
Code Analysis / Clippy Check: src/fp.rs#L434
this expression borrows a value the compiler would automatically borrow
Code Analysis / Clippy Check: src/fp.rs#L495
this expression borrows a value the compiler would automatically borrow
Code Analysis / Clippy Check: src/fp.rs#L573
this expression borrows a value the compiler would automatically borrow
Code Analysis / Clippy Check: src/fp2.rs#L209
this expression borrows a value the compiler would automatically borrow