From 156069130f822e139023460e2c33793a65ac3113 Mon Sep 17 00:00:00 2001 From: Elijah Andrews Date: Mon, 10 Nov 2014 18:06:43 -0500 Subject: [PATCH] readme: remove Rust from users Closes #1572 --- README.md | 3 +-- docs/src/index.rst | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90263c32..1b079d9f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by [Node.js](http://nodejs.org), but it's also -used by Mozilla's [Rust language](http://www.rust-lang.org/), -[Luvit](http://luvit.io/), [Julia](http://julialang.org/), +used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/), [pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/joyent/libuv/wiki/Projects-that-use-libuv). ## Feature highlights diff --git a/docs/src/index.rst b/docs/src/index.rst index ce30cf96..a8f00dab 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -6,15 +6,14 @@ Overview -------- libuv is a multi-platform support library with a focus on asynchronous I/O. It -was primarily developed for use by `Node.js`_, but it's also used by Mozilla's -`Rust language`_, `Luvit`_, `Julia`_, `pyuv`_, and `others`_. +was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_, +`Julia`_, `pyuv`_, and `others`_. .. note:: In case you find errors in this documentation you can help by sending `pull requests `_! .. _Node.js: http://nodejs.org -.. _Rust language: http://www.rust-lang.org .. _Luvit: http://luvit.io .. _Julia: http://julialang.org .. _pyuv: https://github.com/saghul/pyuv