From 4d6d5145cecf03b00bad2f6deeb7f78ce9b6a719 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 ed1bab724..704eff2b7 100644
--- a/node/src/command.rs
+++ b/node/src/command.rs
@@ -41,7 +41,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 85dc61d54..6b45e308d 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