mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-24 12:03:31 +00:00
minor: Remove sponsors from readme files
This commit is contained in:
parent
1a92ee5db5
commit
e528403579
2 changed files with 0 additions and 20 deletions
|
@ -7,12 +7,6 @@
|
|||
rust-analyzer is a modular compiler frontend for the Rust language.
|
||||
It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
|
||||
|
||||
Work on rust-analyzer is sponsored by
|
||||
|
||||
[<img src="https://user-images.githubusercontent.com/1711539/58105231-cf306900-7bee-11e9-83d8-9f1102e59d29.png" alt="Ferrous Systems" width="300">](https://ferrous-systems.com/)
|
||||
- [Mozilla](https://www.mozilla.org/en-US/)
|
||||
- [Embark Studios](https://embark-studios.com/)
|
||||
|
||||
## Quick Start
|
||||
|
||||
https://rust-analyzer.github.io/manual.html#installation
|
||||
|
|
|
@ -4,20 +4,6 @@ Provides support for rust-analyzer: novel LSP server for the Rust programming la
|
|||
|
||||
**Note** the extension may cause conflicts with the official Rust extension. It is recommended to disable the Rust extension when using the rust-analyzer extension.
|
||||
|
||||
## Sponsor
|
||||
|
||||
Work on rust-analyzer is sponsored by
|
||||
|
||||
[<img src="https://user-images.githubusercontent.com/1711539/58105231-cf306900-7bee-11e9-83d8-9f1102e59d29.png" alt="Ferrous Systems" width="300">](https://ferrous-systems.com/)
|
||||
|
||||
- [Mozilla](https://www.mozilla.org/en-US/)
|
||||
- [Embark Studios](https://embark-studios.com/)
|
||||
|
||||
If you want to sponsor:
|
||||
|
||||
- [OpenCollective](https://opencollective.com/rust-analyzer/)
|
||||
- [Github Sponsors](https://github.com/sponsors/rust-analyzer)
|
||||
|
||||
## Features
|
||||
|
||||
- [code completion], [imports insertion]
|
||||
|
|
Loading…
Reference in a new issue