diff --git a/node/src/command.rs b/node/src/command.rs
index ed1bab724d786aafead70f62b722f17a76a3a3ea..704eff2b75fe83f422c335775c53320a757686d0 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 85dc61d546da82d5f59a0dcaf9fd57182e0c51cb..6b45e308dc70f86a63aa43b8f96c3e256699bccf 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",
         ])