rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.16k stars 250 forks source link

Use target_has_atomic instead of the old atomic_cas cfg #555

Closed KodrAus closed 1 year ago

KodrAus commented 1 year ago

Fixes up the build after #544 since we refactored our atomic cfgs in #543.

KodrAus commented 1 year ago

If you’ll forgive the post-merge review @Thomasdezeeuw I might push this one through to get our main build back to green 🙂