summaryrefslogtreecommitdiff
path: root/rust-utils.el
AgeCommit message (Collapse)Author
2024-02-24Fix warnings from rust-utils.elSibi Prabakaran
2023-08-04dbg! insertion:Michael Lee
- Change rust-insert-dbg to ...-sexp - Handle the cases where forwarding is impossible - Add tests
2023-08-03Improve the usability of `rust-dbg-wrap-or-unwrap` (#498)Michael Lee
* rust-dbg-wrap-or-unwrap: Cut unnecessary conditional branches for region-active-p * rust-dbg-wrap-or-unwrap: Do not using save-excursion anymore * rust-dbg-wrap-or-unwrap: Use cond, allow more other cases. * rust-dbg-wrap-or-unwrap: Introduce rust-insert-dbg-alone * rust-dbg-wrap-or-unwrap: Adjust cursor position after insertion * rust-dbg-wrap-or-unwrap: Add tests for empty line * rust-dbg-wrap-or-unwrap: Test final position in empty line case * rust-dbg-wrap-or-unwrap: Test final cursor position in existing wrap tests
2021-11-27use correct prefixbrotzeit
2021-11-27copy command rustic-toggle-mutability from #194brotzeit
2021-04-23Create rust-utils.el from existing codeJonas Bernoulli