fix: docsrs in subxt-rpcs

This commit is contained in:
Niklas Adolfsson
2025-03-11 17:09:53 +01:00
committed by GitHub
parent 4c32ee1e78
commit 59deaf1721
+4
View File
@@ -96,3 +96,7 @@ http-body = { workspace = true }
[lints]
workspace = true
[package.metadata.docs.rs]
default-features = true
rustdoc-args = ["--cfg", "docsrs"]