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