]> git.lizzy.rs Git - rust.git/commit
Merge #2877
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 20 Jan 2020 10:16:06 +0000 (10:16 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 10:16:06 +0000 (10:16 +0000)
commitde2409702ba639f06cf340f5e3f3b7e671021d1b
tree252a7b57f2a057540ce2ec554678bde15ab69ca0
parent648241ee930de08ba70b0b5c2172dfb3cc7a34c6
parent72792f6bc5cc3c81b53fa8e71304b0f7321f8e22
Merge #2877

2877: "Insert explicit type " assist fix #2869, fix typo r=matklad a=TomasKralCZ

So this was quite straightforward. I basically looked at how the other assists work and tried doing something simillar. I also fixed a typo in the other assist.

Co-authored-by: TomasKralCZ <tomas@kral.hk>