Skip to content

Commit

Permalink
correct features for dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Apr 5, 2024
1 parent 37afbc2 commit 9deeab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/token-mux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ frame-benchmarking = { workspace = true, optional = true }
cfg-mocks = { workspace = true, default-features = true }
cfg-test-utils = { workspace = true, default-features = true }
orml-tokens = { workspace = true, default-features = true }
pallet-restricted-tokens = { workspace = true, default-features = false }
pallet-restricted-tokens = { workspace = true, default-features = true }
sp-io = { workspace = true, default-features = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/src/oracle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl<O: OriginTrait<AccountId = AccountId>> Feeder<O> {
}
}

// There is an issue with clippy that detect this as an error:
// There is an issue with clippy in rust-1.78 that detect this as an error:
// https://github.com/rust-lang/rust-clippy/issues/12245
#[allow(clippy::unconditional_recursion)]
impl<O: OriginTrait> PartialEq for Feeder<O> {
Expand Down

0 comments on commit 9deeab9

Please sign in to comment.