feat: ⏫ upgrade to Polkadot SDK stable2409 #228
Merged
Annotations
3 warnings
pallets/file-system/src/utils.rs#L71
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
|
pallets/file-system/src/utils.rs#L71
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
|
node/src/tasks/user_sends_file.rs#L194
this loop never actually loops
|
The logs for this run have expired and are no longer available.
Loading