docs fixes

This commit is contained in:
2024-11-04 11:42:51 +01:00
parent f135d54364
commit fbf953df0e
2 changed files with 4 additions and 1 deletions

3
docs.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
cargo +nightly doc --all-features --open