Skip to content

Commit

Permalink
remove runnig clipppy as there are some incosnsitency and we dont car…
Browse files Browse the repository at this point in the history
…e it as this is a temp solution
  • Loading branch information
dmoka committed Apr 8, 2024
1 parent b634007 commit 88cb7c3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: rustup component add clippy
- name: Update
run: cargo update
- name: Run clippy
run: cargo clippy -- -D warnings
- name: Check for Wasm
run: make dev-check
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion traits/src/data_provider.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use sp_runtime::DispatchResult;
use sp_std::vec::Vec;

/// Data provider with ability to provide data with no-op, and provide all data.
pub trait DataFeeder<Key, Value, AccountId> {
Expand Down
1 change: 0 additions & 1 deletion traits/src/xcm_transfer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use sp_runtime::DispatchError;
use sp_std::vec::Vec;
use xcm::{v3::prelude::*, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation};
pub struct Transferred<AccountId> {
pub sender: AccountId,
Expand Down

0 comments on commit 88cb7c3

Please sign in to comment.