Find a file
Joshua Nelson 7f7ca407ff
Replace cfg(dox) with cfg(doc) (#920)
`dox` has to be set explicitly, but `doc` is set whenever rustdoc runs.
This simplifies the doc process to `cargo doc` and means bootstrap can
stop passing `--cfg dox` when documenting crates.
2020-09-29 23:57:19 +01:00
library/stdarch Replace cfg(dox) with cfg(doc) (#920) 2020-09-29 23:57:19 +01:00