Changelog #94
Commit: 516eb40
Release: 2021-09-13
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10093
(first contribution) fixcargo
task filtering in Code workspaces. -
#10154
(first contribution) complete#![recursion_limit = "N"]
instead of#![recursion_limit = N]
. -
#10157
(first contribution) document enablingflycheck
withrust-project.json
. -
#10188
(first contribution) add multi-token mapping support to runnables. -
#10180
fix resolution of inherent array methods. -
#10177
treat path dependencies like workspace members. -
#10193
fix type mismatches withpanic!()
on Rust 1.55. -
#10174
fix path display withcrate
andsuper
prefixes. -
#10186
configurecolorizedBracketPairs
for Code. -
#10202
show correctSized
bounds on type param hover. -
#10212
avoid a type inference panic onBitSlice
methods. -
#10215
use correct file fordecl_access
computation infind_all_refs
.