Skip to content

Commit

Permalink
Rename polkadot-parachain to polkadot-parachain-primitives (parit…
Browse files Browse the repository at this point in the history
…ytech#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 <>
  • Loading branch information
bkchr authored Aug 31, 2023
1 parent 6a99332 commit 14ee8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/paged-list/fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Fuzz storage types of pallet-paged-list"
publish = false

[[bin]]
name = "pallet-paged-list"
name = "pallet-paged-list-fuzzer"
path = "src/paged_list.rs"

[dependencies]
Expand Down

0 comments on commit 14ee8c1

Please sign in to comment.