diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-10 08:44:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-10 08:44:53 +0000 |
commit | ff5ef2830c4cc6bf4116b99b440885bf0c94b459 (patch) | |
tree | 788553b2462ecd378d52387b8c916dd183b9ffe5 /crates/hir_def/src/nameres | |
parent | c3e0b3e7b7708ff1f3c42c317171dbab47a825fc (diff) | |
parent | 91dd61b9a662caf628a376d1e3b52b56b7ee8d31 (diff) | |
parent | a195711df068a58069236c2f8d99211f6f231987 (diff) |
Merge #7591 #7622
7591: Fix/no floating promises r=matklad a=sahandevs
closes #3515
- added `@typescript-eslint/no-floating-promises: error` rule
- changed `"no-console": ["error"]` to `"no-console": ["error", { allow: ["warn", "error"] }]` (we at least log the error messages of the floating promises)
- fixed lint/compile errors
7622: Resolve TupleStructPat in SourceAnalyzer::resolve_path r=Veykril a=Veykril
Closes #7594
bors r+
Co-authored-by: Sahandevs <[email protected]>
Co-authored-by: Lukas Wirth <[email protected]>