We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5779b6 commit f630663Copy full SHA for f630663
src/utils/utils.rs
@@ -536,7 +536,7 @@ pub(crate) fn format_path_for_display(path: &str) -> String {
536
}
537
538
539
-pub(crate) fn toolchain_sort<T: AsRef<str>>(v: &mut Vec<T>) {
+pub(crate) fn toolchain_sort<T: AsRef<str>>(v: &mut [T]) {
540
use semver::{Identifier, Version};
541
542
fn special_version(ord: u64, s: &str) -> Version {
0 commit comments