rustdocflags need to be the same as rustflags
This commit is contained in:
parent
6e8536d477
commit
d67d623216
@ -5,4 +5,9 @@ rustflags = [
|
||||
# tokio unstable is needed for tokio-console
|
||||
"--cfg", "tokio_unstable"
|
||||
]
|
||||
rustdocflags = ["--cfg", "tokio_unstable"]
|
||||
rustdocflags = [
|
||||
# potentially faster. https://nnethercote.github.io/perf-book/build-configuration.html
|
||||
"-C", "target-cpu=native",
|
||||
# tokio unstable is needed for tokio-console
|
||||
"--cfg", "tokio_unstable"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user