]> git.lizzy.rs Git - rust.git/commit
make CTX type param instead of assoc type
authorAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 20 Aug 2019 15:33:23 +0000 (18:33 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 20 Aug 2019 16:53:05 +0000 (19:53 +0300)
commit80a6e614465d8b16cae50f3626c15e912ad3c6f2
tree0ecd7a1a7b79444fcc3847dcefb53ba0ece7c9be
parentde3f2948ea2416d65640c07d2c69df75a4273d50
make CTX type param instead of assoc type

that way, we can implement ConvWith<&'_ CTX> for different lifetimes
crates/ra_lsp_server/src/conv.rs