chore: move conditional AtomicU64 impl to new file (#5256)

Keeping the implementation out of a macro lets rustfmt apply to it.
This commit is contained in:
Carl Lerche
2022-12-02 11:47:11 -08:00
committed by GitHub
parent d1b789f33a
commit 2be71ad746
3 changed files with 74 additions and 71 deletions
+1
View File
@@ -1,4 +1,5 @@
[build.env]
passthrough = [
"RUSTFLAGS",
"RUST_BACKTRACE",
]