You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*: Use compare_exchange and fix sync import (#381)
* src/: Replace deprecated compare_and_swap with compare_exchange(_weak)
`compare_and_swap` is deprecated in favor of `compare_exchange` and
`compare_exchange_weak`. This commit replaces the former with either of
the two latter options.
Signed-off-by: Max Inden <[email protected]>
* static/metric/: use TokenStream from proc_macro
Signed-off-by: Federico Garcia Ronca <[email protected]>
Co-authored-by: Federico Garcia Ronca <[email protected]>
0 commit comments