rust/crates
bors[bot] bb4cb71f80
Merge #5498
5498: assists: change_return_type_to_result: clarify assist description r=matklad a=matthiaskrgr

I had a -> Option<PathBuf> fn, which I wanted to change to Result<PathBuf, _>, but despite advertising to do so, the assist did not change the result type to Result<PathBuf, _> but instead just wrapped it in a Result: <Result<Option<PathBuf>, _>.

I changed the assist description to "Wrap return type in Result" to clarify that the assist only wraps the preexisting type and does not do any actual Option-to-Result refactoring.

Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
2020-07-23 12:48:08 +00:00
..
expect Add a license field to all the crates 2020-07-14 10:57:26 +09:00
flycheck Typo 2020-07-21 10:50:24 +02:00
paths Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_arena Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_assists assists: change_return_type_to_result: clarify assist description 2020-07-22 22:44:31 +02:00
ra_cfg Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_db Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_fmt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_hir Store macro invocation parameters as text instead of tt 2020-07-22 21:50:37 +03:00
ra_hir_def Check that visibility upgrade path is hit 2020-07-22 14:01:50 +02:00
ra_hir_expand Store macro invocation parameters as text instead of tt 2020-07-22 21:50:37 +03:00
ra_hir_ty Support Trait as _ imports 2020-07-21 17:55:17 +02:00
ra_ide Merge #5451 #5463 #5465 #5466 2020-07-21 09:57:46 +00:00
ra_ide_db Merge #5503 2020-07-23 11:01:29 +00:00
ra_mbe Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_parser Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_proc_macro Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_proc_macro_srv Merge #4676 2020-07-16 14:29:57 +00:00
ra_prof Setup global allocator in the correct crate 2020-07-22 13:42:53 +02:00
ra_project_model Add is_workspace_member for rust-project.json 2020-07-20 17:57:10 +02:00
ra_ssr
ra_syntax Store macro invocation parameters as text instead of tt 2020-07-22 21:50:37 +03:00
ra_text_edit Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_toolchain Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_tt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
rust-analyzer minor 2020-07-23 10:26:56 +02:00
stdx Replace superslice with API on path to stabilization 2020-07-23 12:59:18 +02:00
test_utils Allow multiline annotations 2020-07-14 14:58:10 +02:00
vfs Simplify 2020-07-20 18:01:42 +02:00
vfs-notify Simplify exclusion logic 2020-07-18 16:40:10 +02:00