From edfa60f7bc2b7c775ba97ba870733e159bdcd866 Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Tue, 17 Sep 2024 07:37:05 -0700 Subject: [PATCH] [2024-09-18] Add zerocopy issues to CFP --- draft/2024-09-18-this-week-in-rust.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/draft/2024-09-18-this-week-in-rust.md b/draft/2024-09-18-this-week-in-rust.md index e7a3c4e54..5500864e7 100644 --- a/draft/2024-09-18-this-week-in-rust.md +++ b/draft/2024-09-18-this-week-in-rust.md @@ -80,8 +80,11 @@ Every week we highlight some tasks from the Rust community for you to pick and g Some of these tasks may also have mentors available, visit the task page for more information. - - + +* [zerocopy - Make derive macros hygienic](https://github.com/google/zerocopy/issues/11) +* [zerocopy - Ensure all safety comments quote and cite a specific version of the documentation](https://github.com/google/zerocopy/issues/1655) +* [zerocopy - Inline trait methods in derive-generated code](https://github.com/google/zerocopy/issues/7) +* [zerocopy - Configure OpenSSF Scorecard's `Pinned-Dependencies` check to block CI](https://github.com/google/zerocopy/issues/1579) If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!