compile for rustdoc with macro feature
This commit is contained in:
parent
186bd80acd
commit
a3e9233dc0
@ -25,7 +25,8 @@ bench = false
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
# To build locally:
|
||||
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --no-deps --open
|
||||
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --features=macro --no-deps --open
|
||||
features = ["macro"]
|
||||
rustdoc-args = ["--cfg", "doc_cfg"]
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user