rust/crates/ide
bors[bot] e65d48d1fb
Merge #5823
5823: Don't underline function definition if self is &mut r=Nashenas88 a=matklad

The self is right there, and is already underlined, so it makes little
sense to emit even more underlines.

before:
![before](https://user-images.githubusercontent.com/1711539/90672843-0d379500-e257-11ea-840f-b0caed4410f1.png)
after:
![after](https://user-images.githubusercontent.com/1711539/90672840-0c9efe80-e257-11ea-9739-23af433841c6.png)



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-08-22 14:41:17 +00:00
..
src Merge #5823 2020-08-22 14:41:17 +00:00
test_data Don't underline function definition if self is &mut 2020-08-19 20:02:33 +02:00
Cargo.toml Switch to expect_test from crates.io 2020-08-21 13:19:31 +02:00