Skip to content

Commit 14ee8c1

Browse files
authored
Rename polkadot-parachain to polkadot-parachain-primitives (paritytech#1334)
* Rename `polkadot-parachain` to `polkadot-parachain-primitives` While doing this it also fixes some last `rustdoc` issues and fixes another Cargo warning related to `pallet-paged-list`. * Fix compilation * ".git/.scripts/commands/fmt/fmt.sh" * Fix XCM docs --------- Co-authored-by: command-bot <>
1 parent 6a99332 commit 14ee8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

substrate/frame/paged-list/fuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Fuzz storage types of pallet-paged-list"
1010
publish = false
1111

1212
[[bin]]
13-
name = "pallet-paged-list"
13+
name = "pallet-paged-list-fuzzer"
1414
path = "src/paged_list.rs"
1515

1616
[dependencies]

0 commit comments

Comments
 (0)