Changelog #202
Commit: b1f89a8
Release: 2023-10-09
(v0.3.1689
)
New Features
-
#15668
(first contribution) add backtick to surrounding and auto-closing pairs. -
#15700
add assist for applying De Morgan's law toIterator::all
andIterator::any
:IteratorDeMorgans.webm
-
#15707
allow configuring the status bar click action in VS Code.
Fixes
#15690
(first contribution) fix line and column regex in the VS Code problem matcher.#15701
strip base prefix inlayout_scalar_valid_range
.#15698
allow more kinds ofif-let
patterns in guarded return assist.#15709
recognize#[export_name = "main"]
function as binary entrypoint for runnables.#15641
fix path syntax produced by theinto_to_qualified_from
assist.#15600
ensurerustfmt
runs when configured with./
.
Internal Improvements
#15721
shrinkPatPtr
by swapping itsAstPtr
andEither
wrap order.
See also the changelog post.