Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 5b90408

Browse files
bors[bot]lnicolamatkladkjeremy
authored
Merge #5235 #5236 #5241
5235: Don't ping people in PRs r=matklad a=lnicola 5236: Disable ES module interop r=matklad a=lnicola 5241: Clippy perf warnings r=matklad a=kjeremy Removes redundant clones Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]> Co-authored-by: kjeremy <[email protected]>
2 parents 5f755a2 + 2cc0d8a commit 5b90408

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

rust-analyzer/editors/code/tests/unit/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as path from 'path';
2-
import Mocha from 'mocha';
3-
import glob from 'glob';
2+
import * as Mocha from 'mocha';
3+
import * as glob from 'glob';
44

55
export function run(): Promise<void> {
66
// Create the mocha test

rust-analyzer/editors/code/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"lib": [
77
"es2019"
88
],
9-
"esModuleInterop": true,
10-
"allowSyntheticDefaultImports": true,
119
"sourceMap": true,
1210
"rootDir": ".",
1311
"strict": true,

0 commit comments

Comments
 (0)