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