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

enable full docs for non-local pallet

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