defuz / RustAutoComplete

A SublimeText binding for RACER (Rust auto completion tool)
MIT License
105 stars 20 forks source link

fix problem with find definition #22

Closed ghost closed 9 years ago

ghost commented 9 years ago

Unfortunately I broke this functionality in latest pull request, sorry. This is because match format changed for completion but stayed the same for definition finding.

glennw commented 9 years ago

Thanks. I was waiting a day or two to make a release in case something like this happened :)