File: build_doc.sh

package info (click to toggle)
rust-tokio-io-utility 0.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: sh: 42; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download
1
2
3
4
#!/bin/sh

export RUSTDOCFLAGS="--cfg docsrs"
exec cargo +nightly doc --all-features