diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index 0b3abba3d..083acf657 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -99,10 +99,11 @@ pub static UNSTABLE_GRANULAR_FLAGS: &[UnstableGranularFlag] = &[ show_in_help: true, id: 7, }, + // TODO(bartlomieju): consider removing it UnstableGranularFlag { name: ops::process::UNSTABLE_FEATURE_NAME, help_text: "Enable unstable process APIs", - show_in_help: true, + show_in_help: false, id: 8, }, UnstableGranularFlag { |