diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-03-22 22:47:15 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-03-22 22:47:48 +0100 |
| commit | e528403579256d920c998b2cec020ce41bba3f4a (patch) | |
| tree | db6e714a420c4a73e2e52a855b939b083e98090b | |
| parent | 1a92ee5db57abcbe294c83a9669098e3bcdd2f06 (diff) | |
| download | rust-e528403579256d920c998b2cec020ce41bba3f4a.tar.gz rust-e528403579256d920c998b2cec020ce41bba3f4a.zip | |
minor: Remove sponsors from readme files
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | editors/code/README.md | 14 |
2 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md index e2f3ad232a7..9732b05801e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/editors/code/README.md b/editors/code/README.md index b9d2891795e..46c6f6f2aa5 100644 --- a/editors/code/README.md +++ b/editors/code/README.md @@ -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] |
