]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/destructure_tuple_binding.rs
Remove `match_ast` usage
[rust.git] / crates / ide_assists / src / handlers / destructure_tuple_binding.rs
2021-08-19 BooksBaumRemove `match_ast` usage
2021-08-19 BooksBaumRemove `match_ast!` macro call
2021-08-17 BooksBaumAdd deref (`*`) handling for usages of ref tuples
2021-08-17 BooksBaumSwitch order of assists
2021-08-17 BooksBaumFix errors from `rebase master`
2021-08-17 BooksBaumCleanup according to style-requirements in tests
2021-08-17 BooksBaumFix: different assist ids in doc and code
2021-08-17 BooksBaumHandle tuple in macro call
2021-08-17 BooksBaumAdd destructure in sub-pattern (after `@`)
2021-08-17 BooksBaumHandle `mut` & `ref`
2021-08-17 BooksBaumAdd Destructure Tuple