]> git.lizzy.rs Git - rust.git/commit
Merge #1455
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 29 Jun 2019 09:12:05 +0000 (09:12 +0000)
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 29 Jun 2019 09:12:05 +0000 (09:12 +0000)
commit64f71dd3fff7b902656a2c2465a1b5071b2b1903
tree53ace26059485e70be34b6d4b7939aad304f282a
parent0e1912de528b5092c10eedaf94c43c67d5f86f1a
parentc8fc00258df1652d95e7ccfea99bc9fec2a4bb5f
Merge #1455

1455: Add noUnusedLocals to VsCode tsconfig r=matklad a=etaoins

`tslint` doesn't catch this because TypeScript has had this check builtin since 2.9. However, it's disabled by default so right now nothing is checking for unused variables.

Co-authored-by: Ryan Cumming <etaoins@gmail.com>