Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

docs: unresolved link to `well_known_keys::CODE #2665

Closed
lexnv opened this issue May 31, 2023 · 1 comment · Fixed by #2666
Closed

docs: unresolved link to `well_known_keys::CODE #2665

lexnv opened this issue May 31, 2023 · 1 comment · Fixed by #2666

Comments

@lexnv
Copy link
Contributor

lexnv commented May 31, 2023

After updating Cargo.lock for substrate in the companion: #2655

[2023-05-31 13:00:26] error: unresolved link to `well_known_keys::CODE`
[2023-05-31 13:00:26]    --> pallets/parachain-system/src/lib.rs:560:12
[2023-05-31 13:00:26]     |
[2023-05-31 13:00:26] 560 |     #[pallet::storage]
[2023-05-31 13:00:26]     |               ^^^^^^^
[2023-05-31 13:00:26]     |
[2023-05-31 13:00:26]     = note: the link appears in this line:
[2023-05-31 13:00:26]             
[2023-05-31 13:00:26]             " As soon as the relay chain gives us the go-ahead signal, we will overwrite the [`:code`][well_known_keys::CODE]"
[2023-05-31 13:00:26]                                                                                                        ^^^^^^^^^^^^^^^^^^^^^
[2023-05-31 13:00:26]     = note: no item named `well_known_keys` in scope
[2023-05-31 13:00:26]     = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
[2023-05-31 13:00:26] 
[2023-05-31 13:00:26] error: could not document `cumulus-pallet-parachain-system`
@niklasad1
Copy link
Member

niklasad1 commented May 31, 2023

The CI should run cargo doc --document-private-items or disable -D warnings IMO

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants