chore: Communicate motivation for AtomucU64

Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
This commit is contained in:
Ed Page 2023-11-16 12:34:02 -06:00 committed by GitHub
parent 93cd5ef846
commit 8080b870bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ disallowed-methods = [
{ path = "std::env::vars_os", reason = "not recommended to use in Cargo. See rust-lang/cargo#11588" },
]
disallowed-types = [
"std::sync::atomic::AtomicU64",
{ path = "std::sync::atomic::AtomicU64", reason = "not portable. See rust-lang/cargo#12988" },
]