drop comment

This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-09-26 21:49:09 +02:00
committed by GitHub
parent 74e8568389
commit f4faaa9cc3

View File

@@ -13,6 +13,5 @@ but treated it as if it had a fixed location in memory. This may result in a use
The flaw was corrected by making the affected functions accept `Pin<&mut Self>` instead of `&mut self`.
"""
# Versions which include fixes for this vulnerability (mandatory)
[versions]
patched = [">= 0.3.0-beta.1"]