We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94e0400 + b6010ce commit cbaa0b1Copy full SHA for cbaa0b1
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
echo "::set-output name=success::false"
131
fi
132
if: github.repository_owner == 'crossbeam-rs' && github.event_name == 'schedule'
133
- - uses: taiki-e/create-pull-request@v3
+ - uses: peter-evans/create-pull-request@v5
134
with:
135
title: Update no_atomic.rs
136
body: |
ci/tsan
@@ -10,4 +10,4 @@ race:crossbeam_deque*push
10
race:crossbeam_deque*steal
11
12
# Non-lock-free AtomicCell uses SeqLock which uses fences.
13
-race:crossbeam_utils::atomic::atomic_cell::AtomicCell<T>::compare_exchange
+race:crossbeam_utils::atomic::atomic_cell::atomic_compare_exchange_weak
0 commit comments