From e528403579256d920c998b2cec020ce41bba3f4a Mon Sep 17 00:00:00 2001
From: Lukas Wirth <lukastw97@gmail.com>
Date: Tue, 22 Mar 2022 22:47:15 +0100
Subject: [PATCH] minor: Remove sponsors from readme files

---
 README.md              |  6 ------
 editors/code/README.md | 14 --------------
 2 files changed, 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]