We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cd5ef commit 8080b87Copy full SHA for 8080b87
clippy.toml
@@ -7,5 +7,5 @@ disallowed-methods = [
7
{ path = "std::env::vars_os", reason = "not recommended to use in Cargo. See rust-lang/cargo#11588" },
8
]
9
disallowed-types = [
10
- "std::sync::atomic::AtomicU64",
+ { path = "std::sync::atomic::AtomicU64", reason = "not portable. See rust-lang/cargo#12988" },
11
0 commit comments