diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | bors.toml | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -58,9 +58,7 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0 | |||
58 | 58 | ||
59 | ## Quick Links | 59 | ## Quick Links |
60 | 60 | ||
61 | * Work List: https://paper.dropbox.com/doc/RLS-2.0-work-list--AZ3BgHKKCtqszbsi3gi6sjchAQ-42vbnxzuKq2lKwW0mkn8Y | ||
62 | * API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/ | 61 | * API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/ |
63 | * CI: https://travis-ci.org/rust-analyzer/rust-analyzer | ||
64 | 62 | ||
65 | ## License | 63 | ## License |
66 | 64 | ||
@@ -1,2 +1,2 @@ | |||
1 | status = ["CI / Rust", "CI / TypeScript"] | 1 | status = ["Rust", "TypeScript"] |
2 | delete_merged_branches = true | 2 | delete_merged_branches = true |