about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteven Allen <steven@stebalien.com>2015-06-10 11:47:44 -0400
committerSteven Allen <steven@stebalien.com>2015-06-10 12:25:01 -0400
commit44007f27014935b63e8fbe78109d7c12764bb47e (patch)
tree689a819f2b64c4b06e3ac5418ec16760dd0fe32d
parent8025bc964c0f31726636811d97f9f46cd0d4c40f (diff)
downloadrust-44007f27014935b63e8fbe78109d7c12764bb47e.tar.gz
rust-44007f27014935b63e8fbe78109d7c12764bb47e.zip
Rust is now post-1.0
closes #26178
-rw-r--r--src/doc/complement-lang-faq.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md
index 4d7862788fb..7a3d1940858 100644
--- a/src/doc/complement-lang-faq.md
+++ b/src/doc/complement-lang-faq.md
@@ -30,15 +30,13 @@ You may also be interested in browsing [trending Rust repositories][github-rust]
 
 ## Is anyone using Rust in production?
 
-Currently, Rust is still pre-1.0, and so we don't recommend that you use Rust
-in production unless you know exactly what you're getting into.
-
-That said, there are two production deployments of Rust that we're aware of:
+Yes. For example (incomplete):
 
 * [OpenDNS](http://labs.opendns.com/2013/10/04/zeromq-helping-us-block-malicious-domains/)
 * [Skylight](http://skylight.io)
-
-Let the fact that this is an easily countable number be a warning.
+* [wit.ai](https://github.com/wit-ai/witd)
+* [Codius](https://codius.org/blog/codius-rust/)
+* [MaidSafe](http://maidsafe.net/)
 
 ## Does it run on Windows?