mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Outdated comment removed
This commit is contained in:
parent
26691a1165
commit
37d4cf0cc6
1 changed files with 6 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue