Fix clippy::needless_borrow throughout stackslib #528
Annotations
10 errors and 1 warning
Clippy:
clarity/src/vm/test_util/mod.rs#L111
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/libclarity.rs#L63
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/vm/contexts.rs#L2143
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/vm/contexts.rs#L2144
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/vm/tests/simple_apply_eval.rs#L433
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/vm/tests/simple_apply_eval.rs#L449
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/vm/tests/simple_apply_eval.rs#L494
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/vm/tests/simple_apply_eval.rs#L506
use of a fallible conversion when an infallible one could be used
|
Clippy:
clarity/src/vm/test_util/mod.rs#L111
use of a fallible conversion when an infallible one could be used
|
Clippy
Process completed with exit code 101.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading