Skip to content
Snippets Groups Projects
Unverified Commit 71eecbf8 authored by bgallois's avatar bgallois
Browse files

enable full docs for non-local pallet

parent fde309e9
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ lazy_static! { ...@@ -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")] #[cfg(feature = "runtime-benchmarks")]
macro_rules! unwrap_client { macro_rules! unwrap_client {
( (
......
...@@ -328,7 +328,6 @@ pub(super) fn gen_doc() -> Result<()> { ...@@ -328,7 +328,6 @@ pub(super) fn gen_doc() -> Result<()> {
.args([ .args([
"doc", "doc",
"--workspace", "--workspace",
"--no-deps",
"--document-private-items", "--document-private-items",
"--features=runtime-benchmarks", "--features=runtime-benchmarks",
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment