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 e07d499 commit 5356380Copy full SHA for 5356380
README.md
@@ -104,7 +104,7 @@ features for `rustix`.
104
105
`rustix` has its own code for making direct syscalls, similar to the [`sc`] and
106
[`scall`] crates, though `rustix` can use either the Rust `asm!` macro or
107
-out-of-line `.s` files so it supports Rust versions from 1.48 though Nightly.
+out-of-line `.s` files so it supports Rust versions from 1.48 through Nightly.
108
`rustix` can also use Linux's vDSO mechanism to optimize Linux `clock_gettime`
109
on all architectures, and all Linux system calls on x86. And `rustix`'s
110
syscalls report errors using an optimized `Errno` type.
0 commit comments