File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 68
68
//! get an instance of `CliUnstable` and check if the option has been
69
69
//! enabled on the `CliUnstable` instance. Nightly gating is already
70
70
//! handled, so no need to worry about that.
71
- //! 4. Update the `-Z help` documentation in the `main` function.
72
71
//!
73
72
//! ## Stabilization
74
73
//!
83
82
//! 2. `-Z unstable-options`: Find the call to `fail_if_stable_opt` and
84
83
//! remove it. Be sure to update the man pages if necessary.
85
84
//! 3. `-Z` flag: Change the parsing code in [`CliUnstable::add`] to call
86
- //! `stabilized_warn` or `stabilized_err`. Remove it from the `-Z help`
87
- //! docs in the `main` function . Remove the `(unstable)` note in the
88
- //! clap help text if necessary.
85
+ //! `stabilized_warn` or `stabilized_err` and remove the field from
86
+ //! `CliUnstable . Remove the `(unstable)` note in the clap help text if
87
+ //! necessary.
89
88
//! 2. Remove `masquerade_as_nightly_cargo` from any tests, and remove
90
89
//! `cargo-features` from `Cargo.toml` test files if any.
91
90
//! 3. Remove the docs from unstable.md and update the redirect at the bottom
You can’t perform that action at this time.
0 commit comments