Skip to content

feat: ✨ Enable benchmarking project-wide and benchmark challenge ex… #1801

feat: ✨ Enable benchmarking project-wide and benchmark challenge ex…

feat: ✨ Enable benchmarking project-wide and benchmark challenge ex… #1801

Triggered via push October 18, 2024 20:18
Status Success
Total duration 2m 20s
Artifacts

lint.yml

on: push
Check format with rustfmt
45s
Check format with rustfmt
Check lint with clippy
2m 9s
Check lint with clippy
Check format with biome
21s
Check format with biome
Check lint with biome
18s
Check lint with biome
Typecheck with tsc
24s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Check lint with clippy: 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
Check lint with clippy: 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
Check lint with clippy: node/src/tasks/user_sends_file.rs#L194
this loop never actually loops