From f9edfed1d5e56948562a3b91fe8aeb3d1f622b4f Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 15 Nov 2021 12:25:59 -0700 Subject: [PATCH] Update README.md Closes https://github.com/Lokathor/bytemuck/issues/77 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 7970d32..db19de9 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,6 @@ A crate for mucking around with piles of bytes. -## Extensions - -There is experimental support for the `Zeroable` trait being derived through a -proc-macro. I'm not the author of that crate, please file bugs with that crate -in the other repo. - -* https://github.com/rodrimati1992/zeroable_crates - ## Stability The goal is to stay at 1.y.z until _at least_ the next edition of Rust.