Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit 89bc098

Browse files
Elijah Andrewspiscisaureus
authored andcommitted
readme: remove Rust from users
Closes #1572
1 parent a4f8876 commit 89bc098

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
libuv is a multi-platform support library with a focus on asynchronous I/O. It
66
was primarily developed for use by [Node.js](http://nodejs.org), but it's also
7-
used by Mozilla's [Rust language](http://www.rust-lang.org/),
8-
[Luvit](http://luvit.io/), [Julia](http://julialang.org/),
7+
used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/),
98
[pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/joyent/libuv/wiki/Projects-that-use-libuv).
109

1110
## Feature highlights

docs/src/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ Overview
66
--------
77

88
libuv is a multi-platform support library with a focus on asynchronous I/O. It
9-
was primarily developed for use by `Node.js`_, but it's also used by Mozilla's
10-
`Rust language`_, `Luvit`_, `Julia`_, `pyuv`_, and `others`_.
9+
was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_,
10+
`Julia`_, `pyuv`_, and `others`_.
1111

1212
.. note::
1313
In case you find errors in this documentation you can help by sending
1414
`pull requests <https://github.com/joyent/libuv>`_!
1515

1616
.. _Node.js: http://nodejs.org
17-
.. _Rust language: http://www.rust-lang.org
1817
.. _Luvit: http://luvit.io
1918
.. _Julia: http://julialang.org
2019
.. _pyuv: https://github.com/saghul/pyuv

0 commit comments

Comments
 (0)