From 71eecbf8177c294c68d534e179e2022a7b57f3cf Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Wed, 6 Mar 2024 09:33:38 +0100 Subject: [PATCH] enable full docs for non-local pallet --- node/src/command.rs | 2 +- xtask/src/gen_doc.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index 494001e91..1aa8bc552 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -48,7 +48,7 @@ lazy_static! { }; }*/ -/// Unwraps a [`crate::client::Client`] into the concrete runtime client. +/// Unwraps a [`crate::service::client::Client`] into the concrete runtime client. #[cfg(feature = "runtime-benchmarks")] macro_rules! unwrap_client { ( diff --git a/xtask/src/gen_doc.rs b/xtask/src/gen_doc.rs index 88fc13e8e..58ebb28f3 100644 --- a/xtask/src/gen_doc.rs +++ b/xtask/src/gen_doc.rs @@ -328,7 +328,6 @@ pub(super) fn gen_doc() -> Result<()> { .args([ "doc", "--workspace", - "--no-deps", "--document-private-items", "--features=runtime-benchmarks", ]) -- GitLab