Co-Authored-By: Randy Taylor <tehgecKozzz@gmail.com>
This commit is contained in:
Johan Andersson
2020-01-17 22:17:06 +01:00
committed by GitHub
parent 6da6344b00
commit 8b0725132b

View File

@@ -9,7 +9,7 @@ unaffected_versions = ["> 3.0.1"]
patched_versions = []
description = """
The author of the `quickersort` crate has deprecated it and do not recommend using it anymore.
The author of the `quickersort` crate has deprecated it and does not recommend using it anymore.
Everything in it has been incorporated into [std::sort_unstable](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.sort_unstable) in the standard library as of Rust 1.20
"""
"""