rust-analyzer/crates/ra_assists/src
bors[bot] a3dbd272e0
Merge #4406 #4410 #4411 #4417
4406: Update cargo-metadata r=matklad a=edwin0cheng

This PR update `cargo-metadata` to  0.10.0 and it also relax the` serde-derive` deps to 1.0 for tests in `proc-macro-srv`.

cc @robojumper 

r= @matklad  , I think you would have something to say related to https://github.com/serde-rs/json/issues/647#issue-593788429 ?





4410: Improve wording in comment r=matklad a=edwin0cheng



4411: do not remove then block when you unwrap else block #4361 r=matklad a=bnjjj

close #4361 

4417: Omit default types in HirDisplay SourceCode mode r=matklad a=TimoFreiberg

Closes #4390

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
Co-authored-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Co-authored-by: Timo Freiberg <timo.freiberg@gmail.com>
2020-05-10 17:37:07 +00:00
..
handlers Merge #4406 #4410 #4411 #4417 2020-05-10 17:37:07 +00:00
tests add Ok wrapping 2020-05-06 17:45:55 +02:00
utils Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
assist_context.rs Fix visibility 2020-05-09 13:59:25 +02:00
ast_transform.rs Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
lib.rs Nicer API 2020-05-07 17:29:23 +02:00
marks.rs More principled approach for finding From trait 2020-04-29 14:51:44 +02:00
tests.rs Nicer API 2020-05-07 17:29:23 +02:00
utils.rs Rename ImplItem to AssocItem 2020-05-05 23:56:10 +08:00