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

enable full docs for non-local pallet

parent e85adf1b
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
(
......
......@@ -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.
Finish editing this message first!
Please register or to comment