Remove nightly
from cargo doc
commands
#1909
Labels
blocked
Blocked by another issue
chore
No feature changes
enhancement
New feature or request
rust
Pull requests that update Rust code
Using
export RUSTC_BOOTSTRAP=1
turns your stable rustc into a Nightly one.For
cargo
commands that rely onrustc
and useunstable
options,+nightly
can be removed in favor ofRUSTC_BOOTSTRAP=1
.This will reduce dependence on
nightly
.Further evaluation for removing
nightly
: updating.rustfmt.toml
to remove all unstable features as listed in #1895 could eliminatenightly
dependence.The text was updated successfully, but these errors were encountered: