4 lines
121 B
Bash
4 lines
121 B
Bash
|
#!/bin/sh
|
||
|
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
|
||
|
cargo +nightly doc --open
|