test: added BSP delete file test #238
+71
−31
Open
Annotations
5 warnings
Run SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --features try-runtime,runtime-benchmarks --locked:
pallets/providers/src/utils.rs#L334
using `clone` on type `<T as Config>::StorageDataUnit` which implements the `Copy` trait
|
Run SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --features try-runtime,runtime-benchmarks --locked:
pallets/file-system/src/utils.rs#L76
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
|
Run SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --features try-runtime,runtime-benchmarks --locked:
pallets/payment-streams/src/utils.rs#L872
using `clone` on type `<<T as Config>::ProvidersPallet as ReadProvidersInterface>::ProviderId` which implements the `Copy` trait
|
Run SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --features try-runtime,runtime-benchmarks --locked:
pallets/file-system/src/utils.rs#L76
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
|
|
Loading