mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
Finish documenting #[pallet::xxx] macros (#2638)
Closes https://github.com/paritytech/polkadot-sdk-docs/issues/35 - Moves pallet proc macro docs to `frame_support` - Adds missing docs - Revise revise existing docs, adding compiling doctests where appropriate --------- Co-authored-by: command-bot <> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
@@ -66,6 +66,7 @@ aquamarine = { version = "0.5.0" }
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
pretty_assertions = "1.2.1"
|
||||
sp-timestamp = { path = "../../primitives/timestamp", default-features = false }
|
||||
frame-system = { path = "../system" }
|
||||
sp-crypto-hashing = { path = "../../primitives/crypto/hashing" }
|
||||
|
||||
@@ -96,6 +97,7 @@ std = [
|
||||
"sp-std/std",
|
||||
"sp-tracing/std",
|
||||
"sp-weights/std",
|
||||
"sp-timestamp/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"frame-system/runtime-benchmarks",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1000
-1359
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user