Changelog #297
Commit: 8d75311
Release: 2025-08-04
(v0.3.2563
)
New Features
-
#20351
change callers to use method call syntax when renaming a parameter toself
.
Fixes
-
#20313
fix variable substitution inrunnables.extraEnv
. -
#20333
do not require all rename definitions to be renameable. -
#20336
check for snippet cap ingenerate_mut_trait_impl
. -
#20337
fix bounds display withimpl Trait
. -
#20300
don’t addPanics
section fordebug_assert!
. -
#20327
don’t show$saved_file
literally in IDE status updates.
Internal Improvements
-
#20342
reorganizeproc-macro-srv
, add--format
and--version
args. -
#20311
,#20314
,#20364
,#20368
,#20371
migrateconvert_tuple_struct_to_named_struct
,inline_type_alias
,convert_from_to_tryfrom
,generate_delegate_methods
andgenerate_trait_from_impl
assists toSyntaxEditor
. -
#20345
addSyntaxEditor::delete_all
. -
#20349
fix new Clippy lints. -
#20154
improve settings tree descriptions. -
#20335
use GitHub app for authenticating sync PRs.