rust/editors/code/src
bors[bot] c4c15363fb
Merge #3295
3295: Refactoring fetchArtifactReleaseInfo() r=matklad a=Veetaha

https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md

I fact this rule doesn't work when you put an unnecessary non-null assertion in an expression (as we had `(awat f())!`, but it is useful in other cases...

Closes #3295, i guess...

Co-authored-by: Veetaha <gerzoh1@gmail.com>
2020-02-25 10:09:14 +00:00
..
commands vscode: run fmt 2020-02-25 01:00:00 +02:00
installation vscode: wrap non-single-line if body with curlies as per matklad 2020-02-25 01:58:43 +02:00
client.ts Push IO and error handling up 2020-02-17 14:03:33 +01:00
color_theme.ts enforce camel case 2020-02-21 11:22:45 +01:00
config.ts Extract client-side logging 2020-02-22 16:03:47 +01:00
ctx.ts vscode: gracefully handle cancellation errors 2020-02-23 15:49:09 +02:00
highlighting.ts vscode: migrate highlighting to rust-analyzer-api.ts 2020-02-25 00:49:54 +02:00
inlay_hints.ts vscode: migrate inlay_hints to rust-analyzer-api.ts 2020-02-25 00:57:49 +02:00
main.ts Don't break onEnter if rust-analyzer fails to start 2020-02-24 12:32:15 +01:00
rust-analyzer-api.ts vscode: migrate rust-analyzer-api to import * as lc as per matklad and kjeremy 2020-02-25 01:43:52 +02:00
source_change.ts vscode: migrate source_cnage.rs to rust-analyzer-api.rs 2020-02-25 00:49:19 +02:00
status_display.ts vscode: press ; to respect semicolons 2020-02-17 22:09:44 +02:00
util.ts vscode: migrate inlay_hints to rust-analyzer-api.ts 2020-02-25 00:57:49 +02:00