summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-04 13:21:02 +0100
committerGitHub <noreply@github.com>2024-09-04 14:21:02 +0200
commit0e0a5c24ea8b17d410c30bf3fcb70c749b35f8b3 (patch)
tree041d7c196780cae78fa320de50520263733a43fe /runtime/lib.rs
parent5ee671311a174b5461483db788f732fe736b6549 (diff)
test: run js_unit_tests with `--unstable-*` flags (#25394)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index ed3f9fbc6..c8ab099f1 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -83,7 +83,7 @@ pub static UNSTABLE_GRANULAR_FLAGS: &[UnstableGranularFlag] = &[
UnstableGranularFlag {
name: ops::http::UNSTABLE_FEATURE_NAME,
help_text: "Enable unstable HTTP APIs",
- show_in_help: false,
+ show_in_help: true,
id: 5,
},
UnstableGranularFlag {