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 5659edc commit 90bb19fCopy full SHA for 90bb19f
src/lib.rs
@@ -232,7 +232,7 @@ cfg_if! {
232
target_os = "android",
233
all(
234
target_os = "linux",
235
- // Only on these architectures Rust supports Linux kernel versions (3.2+)
+ // Only on these `target_arch`es Rust supports Linux kernel versions (3.2+)
236
// that precede the version (3.17) in which `getrandom(2)` was added:
237
// https://doc.rust-lang.org/stable/rustc/platform-support.html
238
any(
0 commit comments