Commit d95313b
authored
Fix bevy_tasks catch_unwind compilation error with --all-features (#20567)
Fixes the 'catch_unwind' compilation errors in bevy_tasks when building
with --all-features
After file change,
Re-ran cargo test --package bevy_ecs --all-features and the
'catch_unwind' errors were gone
Part of #20542.1 parent 0608978 commit d95313b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments