Updating information about replacements (#1803)

This commit is contained in:
Noam Ta Shma
2023-10-15 00:21:18 +03:00
committed by GitHub
parent 58c33af7fa
commit 71d80e811f

View File

@@ -19,4 +19,5 @@ patched = []
- `OwningRefMut::as_owner` and `OwningRefMut::as_owner_mut` are [unsound](https://github.com/Kimundi/owning-ref-rs/issues/61) and may result in a use-after-free.
- The crate [violates Rust's aliasing rules](https://github.com/Kimundi/owning-ref-rs/issues/49), which may cause miscompilations on recent compilers that emit the LLVM `noalias` attribute.
No patched versions are available at this time. While a pull request with some fixes is outstanding, the maintainer appears to be unresponsive.
`safer_owning_ref` is a replacement crate which fixes these issues.
No patched versions of the original crate are available, and the maintainer is unresponsive.