Skip to content

Commit 7f66319

Browse files
committed
Add experimental-threads to doc features
1 parent 2a83b54 commit 7f66319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/put.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ case $repo in
2929
# highestApiFeature=$(echo "$availableFeatures" | grep -oP '^api-4-\d+$' | sort -V | tail -n 1)
3030

3131
# `experimental-godot-api` is needed to allow "only available in ..." labels with #[doc(cfg)].
32-
# Could add experimental-threads in the future, but for now it's unstable and possibly more confusing.
33-
features="--features experimental-godot-api"
32+
# `experimental-threads` has very few APIs (e.g. Callable::from_sync_fn).
33+
features="--features experimental-godot-api,experimental-threads"
3434
;;
3535
*)
3636
echo "Invalid repo '$repo'; abort."

0 commit comments

Comments
 (0)