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
Currently there is no checks to ensure the cargo documentation builds. To ensure no code changes break documentation, we need to ensure that cargo doc --all-features passes for every crate.
Currently there is no checks to ensure the cargo documentation builds. To ensure no code changes break documentation, we need to ensure that
cargo doc --all-featurespasses for every crate.