aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/thread_watcher.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #138bors[bot]2018-10-221-4/+6
|\ | | | | | | | | | | | | | | | | | | | | | | 138: Fix some clippy lints r=matklad a=alanhdu I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI. They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was :laughing:. One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn? Co-authored-by: Alan Du <[email protected]>
| * clippy: type_complexityAlan Du2018-10-181-4/+6
| |
* | use pythonic import orderAleksey Kladov2018-10-201-2/+3
|/ | | | | | | | use std // blank line use extern crates // blank line use crate::{}
* Cargo FormatJeremy A. Kolb2018-10-161-6/+13
| | | | Run `cargo fmt` and ignore generated files
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-1/+1
|
* rename all thingsAleksey Kladov2018-09-161-0/+70