You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love an option to only build and document the lib portion of a crate. I use rustdocs a lot in planning things out and sometimes during a refactor I'll break the binaries but still want to see the docs. Cargo supports cargo build --lib for this, seems like cargo doc --lib is a natural flag to support.
The text was updated successfully, but these errors were encountered:
I'd love an option to only build and document the lib portion of a crate. I use rustdocs a lot in planning things out and sometimes during a refactor I'll break the binaries but still want to see the docs. Cargo supports
cargo build --lib
for this, seems likecargo doc --lib
is a natural flag to support.The text was updated successfully, but these errors were encountered: