Outdated comment removed

This commit is contained in:
huntc 2024-07-30 19:24:15 +10:00
parent 26691a1165
commit 37d4cf0cc6

View file

@ -153,7 +153,6 @@ function orderFromPath(
path: string,
raVersionResolver: (path: string) => string | undefined,
): string {
// It is a semver, so we must resolve Rust Analyzer's version.
const raVersion = raVersionResolver(path);
const raDate = raVersion?.match(/^rust-analyzer .*\(.* (\d{4}-\d{2}-\d{2})\)$/);
if (raDate?.length === 2) {