Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Pipeline with ci image with rust 1.65 (#6243)
Browse files Browse the repository at this point in the history
* Pipeline with ci image with rust 1.65

* fix a warning

* return production image

Co-authored-by: Andronik <[email protected]>
  • Loading branch information
alvicsam and ordian authored Nov 7, 2022
1 parent 2223fcb commit f015678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/runtime-api/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sp_api::mock_impl_runtime_apis! {
}

fn availability_cores(&self) -> Vec<CoreState> {
let _ = self.availability_cores_wait.lock().unwrap();
let _lock = self.availability_cores_wait.lock().unwrap();
self.availability_cores.clone()
}

Expand Down

0 comments on commit f015678

Please sign in to comment.