Skip to content

Commit

Permalink
chore: Communicate motivation for AtomucU64
Browse files Browse the repository at this point in the history
Co-authored-by: Weihang Lo <[email protected]>
  • Loading branch information
epage and weihanglo authored Nov 16, 2023
1 parent 93cd5ef commit 8080b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]

0 comments on commit 8080b87

Please sign in to comment.