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

Require rust-features check #12796

Merged
merged 4 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/offchain/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ pub(crate) struct AsyncApi {
}

impl AsyncApi {
/// Creates new Offchain extensions API implementation an the asynchronous processing part.
/// Creates new Offchain extensions API implementation and the asynchronous processing part.
pub fn new(
network_provider: Arc<dyn NetworkProvider + Send + Sync>,
is_validator: bool,
Expand Down
3 changes: 1 addition & 2 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ test-dependency-rules:
test-rust-features:
stage: check
extends:
- .kubernetes-env
- .docker-env
ggwpez marked this conversation as resolved.
Show resolved Hide resolved
- .test-refs-no-trigger-prs-only
allow_failure: true
script:
- git clone
--depth=1
Expand Down