metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Removes the std-atomic feature

Open huntc opened this issue 2 years ago • 0 comments

The std-atomic feature is not required as the portable atomics library will fall back to native atomics when there are available.

Additionally, having a std-atomics feature as a default prevents the other metrics libraries such as metrics-util, from being used on 32 bit archs.

Fixes https://github.com/metrics-rs/metrics/issues/323

huntc avatar Aug 17 '22 08:08 huntc