summaryrefslogtreecommitdiffstats
path: root/extra/rust-for-mozilla/README
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rust-for-mozilla/README')
-rw-r--r--extra/rust-for-mozilla/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/rust-for-mozilla/README b/extra/rust-for-mozilla/README
deleted file mode 100644
index 60aee6c4b..000000000
--- a/extra/rust-for-mozilla/README
+++ /dev/null
@@ -1,15 +0,0 @@
-This is a version of Rust that's closer to what Mozilla is recommending for
-compiling Firefox, Seamonkey, and Thunderbird.
-
-To see the recommended minimum and maximum versions of Rust that upstream
-recommends for Firefox (or for Seamonkey/Thunderbird using the backend from the
-same version of Firefox), see this link:
-
-https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html
-
-This version of Rust has been compiled with the bundled version of LLVM to
-avoid depending on any particular version of LLVM.
-
-This Rust package will be updated in place to follow the requirements for the
-various Mozilla packages in the main tree (for -current), or in /patches (for
-a stable release).