Skip to content

Commit 8080b87

Browse files
epageweihanglo
andauthored
chore: Communicate motivation for AtomucU64
Co-authored-by: Weihang Lo <[email protected]>
1 parent 93cd5ef commit 8080b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ disallowed-methods = [
77
{ path = "std::env::vars_os", reason = "not recommended to use in Cargo. See rust-lang/cargo#11588" },
88
]
99
disallowed-types = [
10-
"std::sync::atomic::AtomicU64",
10+
{ path = "std::sync::atomic::AtomicU64", reason = "not portable. See rust-lang/cargo#12988" },
1111
]

0 commit comments

Comments
 (0)