Heapless soundness fix since 0.6.1 (#791)

This commit is contained in:
Emil Fresk
2021-03-02 16:12:22 +01:00
committed by GitHub
parent 1c7888e4ee
commit 196ad433d8

View File

@@ -12,7 +12,7 @@ informational = "unsound"
"heapless::vec::IntoIter::clone" = ["<= 0.6"]
[versions]
patched = []
patched = [">= 0.6.1"]
```
# Use-after-free when cloning a partially consumed `Vec` iterator