File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Release: release:2026-02-23[] (`v0.3.2803`)
2323* pr:21688[] correctly parenthesize inverted condition in `convert_bool_then`.
2424* pr:20353[] support selecting only a subset of fields in `generate_getter_or_setter`.
2525* pr:21389[] handle references better in `convert_to_guarded_return`, `replace_if_let_with_match` and `replace_let_with_if_let`.
26- * pr:21657[] support `Span::span_source ` in proc macro expansion.
26+ * pr:21657[] support `Span::source ` in proc macro expansion.
2727
2828== Internal Improvements
2929
Original file line number Diff line number Diff line change 1+ = Changelog #317
2+ :sectanchors:
3+ :experimental:
4+ :page-layout: post
5+
6+ Commit: commit:566fe415d158452c72feb026f43e8d81e249ccb0[] +
7+ Release: release:2026-03-02[] (`v0.3.2811` )
8+
9+ == Fixes
10+
11+ * pr:21699[] enable diagnostic for adding auto traits by casting `*dyn Tr`.
12+ * pr:21654[] mark the RHS of compound assignments as `ExprIsRead::Yes`.
13+ * pr:21725[] fix wrong condition in `Visibility::min`.
14+ * pr:21669[] support `Span::parent` in proc macro expansion.
15+ * pr:21716[] use `-Zlockfile-path` on pre-release 1.95 toolchains as well.
16+ * pr:21708[] don't panic on invalid LSP notifications.
17+ * pr:21706[] don't duplicate enum variants in pattern completion.
18+ * pr:21698[] fix scrutinee indent in `replace_if_let_with_match`.
19+
20+ == Internal Improvements
21+
22+ * pr:21710[], pr:21720[] (first contribution) migrate `fix_visibility` and `generate_derive` assists to `SyntaxEditor`.
23+ * pr:21681[] skip `rustfmt` test if nightly toolchain is missing.
You can’t perform that action at this time.
0 commit comments