diff --git a/README.md b/README.md
index e2f3ad232a..9732b05801 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
-
-[](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 b9d2891795..46c6f6f2aa 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
-
-[](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]