diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-04 13:21:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 14:21:02 +0200 |
commit | 0e0a5c24ea8b17d410c30bf3fcb70c749b35f8b3 (patch) | |
tree | 041d7c196780cae78fa320de50520263733a43fe /runtime/lib.rs | |
parent | 5ee671311a174b5461483db788f732fe736b6549 (diff) |
test: run js_unit_tests with `--unstable-*` flags (#25394)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 2 |
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 { |