CI: Check that rustdocs can be generated (#972)

This commit is contained in:
Bastian Köcher
2022-02-09 13:24:42 +01:00
committed by GitHub
parent e4576e541d
commit 1a7a452795
7 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ pub fn get_from_seed<TPublic: Public>(seed: &str) -> <TPublic::Pair as Pair>::Pu
.public()
}
/// The extensions for the [`ChainSpec`].
/// The extensions for the [`ChainSpec`](crate::ChainSpec).
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, ChainSpecGroup, ChainSpecExtension)]
#[serde(deny_unknown_fields)]
pub struct Extensions {