Skip to content

Commit 75ec9ee

Browse files
authored
docs: add missing link to README (#1418)
This fixes the missing link for `rustix::buffer`.
1 parent e09e003 commit 75ec9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ API modules are conditional with cargo feature flags.
8888
| `std` | On by default; disable to activate `#![no_std]`. |
8989
| `alloc` | On by default; enables features that depend on [`alloc`]. |
9090

91+
[`rustix::buffer`]: https://docs.rs/rustix/*/rustix/buffer/index.html
9192
[`rustix::event`]: https://docs.rs/rustix/*/rustix/event/index.html
9293
[`rustix::fs`]: https://docs.rs/rustix/*/rustix/fs/index.html
9394
[`rustix::io_uring`]: https://docs.rs/rustix/*/rustix/io_uring/index.html

0 commit comments

Comments
 (0)