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