Skip to content

chore: upgrade to stable2503 #37

chore: upgrade to stable2503

chore: upgrade to stable2503 #37

Triggered via pull request June 16, 2025 11:36
@AlexD10SAlexD10S
opened #17
Status Success
Total duration 9s
Artifacts

lint-pr.yml

on: pull_request_target
Validate PR title for conventional commit compliance
5s
Validate PR title for conventional commit compliance
Fit to window
Zoom out
Zoom in

Annotations

1 warning
non-local `impl` definition, `impl` blocks should be written at the same level as their item: runtime/src/apis.rs#L316
warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> runtime/src/apis.rs:316:13 | 297 | / fn dispatch_benchmark( 298 | | config: frame_benchmarking::BenchmarkConfig 299 | | ) -> Result<Vec<frame_benchmarking::BenchmarkBatch>, alloc::string::String> { | |___________________________________________________________________________________- move the `impl` block outside of this associated function `dispatch_benchmark` ... 316 | impl cumulus_pallet_session_benchmarking::Config for Runtime {} | ^^^^^-------------------------------------------^^^^^------- | | | | | `Runtime` is not local | `Config` is not local | = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`