mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
Fix
This commit is contained in:
parent
945679e42f
commit
17d1405a8b
@ -119,9 +119,7 @@ function isDeprecated(rd: RustDiagnostic): boolean {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return ['deprecated'].includes(rd.code.code);
|
||||||
'deprecated',
|
|
||||||
].includes(rd.code.code);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user