Skip to content

Commit d068600

Browse files
committed
Fixes
1 parent 6913848 commit d068600

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polkadot/node/service/src/chain_spec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const ROCOCO_STAGING_TELEMETRY_URL: &str = "wss://telemetry.polkadot.io/submit/"
6161
#[cfg(feature = "rococo-native")]
6262
const VERSI_STAGING_TELEMETRY_URL: &str = "wss://telemetry.polkadot.io/submit/";
6363
#[cfg(any(
64-
feature = "polkadot-native",
6564
feature = "westend-native",
6665
feature = "rococo-native"
6766
))]

polkadot/tests/benchmark_block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use tempfile::tempdir;
3232

3333
pub mod common;
3434

35-
static RUNTIMES: [&str; 4] = ["westend", "rococo"];
35+
static RUNTIMES: &[&str] = &["westend", "rococo"];
3636

3737
/// `benchmark block` works for all dev runtimes using the wasm executor.
3838
#[tokio::test]

0 commit comments

Comments
 (0)