Commit cd9246e
Fix GitHub Cargo CI by replacing unstable Arc::unwrap_or_clone
Summary:
Fixes the failure in T187825473 caused by D56339821.
This diff fixes the failing github action in https://github.com/facebook/relay/actions/runs/8932140521/job/24535481318 which was caused due to the addition of an unstable API in Arc (f7b030e). I've replaced the function with it's internal implemention from the PR to ARC at rust-lang/rust#91589.
Reviewed By: tyao1
Differential Revision: D56920263
fbshipit-source-id: e2d3f04921dd1e4b554ef075e258854b597648911 parent b159110 commit cd9246e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
| 508 | + | |
508 | 509 | | |
509 | 510 | | |
510 | 511 | | |
| |||
0 commit comments