From 4a65d3bb9bd76d11e7674d135961528b0f7bf32c Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:29:50 +0000 Subject: [PATCH] Remove reference to yanked crate in README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa54bd672..3e553b30d 100644 --- a/README.md +++ b/README.md @@ -136,10 +136,10 @@ supported on Redox, such as `*at` functions like `openat`, which are important features for `rustix`. `rustix` has its own code for making direct syscalls, similar to the -[`syscall`], [`sc`], and [`scall`] crates, using the Rust `asm!` macro. -`rustix` can also use Linux's vDSO mechanism to optimize Linux `clock_gettime` -on all architectures, and all Linux system calls on x86. And `rustix`'s -syscalls report errors using an optimized `Errno` type. +[`sc`], and [`scall`] crates, using the Rust `asm!` macro. `rustix` can also +use Linux's vDSO mechanism to optimize Linux `clock_gettime` on all +architectures, and all Linux system calls on x86. And `rustix`'s syscalls +report errors using an optimized `Errno` type. `rustix`'s `*at` functions are similar to the [`openat`] crate, but `rustix` provides them as free functions rather than associated functions of a `Dir` @@ -184,7 +184,6 @@ always reflect “very old” Linux versions. [`uapi`]: https://crates.io/crates/uapi [`rusl`]: https://lib.rs/crates/rusl [`relibc`]: https://gitlab.redox-os.org/redox-os/relibc -[`syscall`]: https://crates.io/crates/syscall [`sc`]: https://crates.io/crates/sc [`scall`]: https://crates.io/crates/scall [`openat`]: https://crates.io/crates/openat