1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 23:06:49 +02:00

Merge pull request #1151 from mjs2600/patch-1

Remove in-development from Rust's description
This commit is contained in:
ven
2015-06-22 22:04:24 +02:00

View File

@@ -5,7 +5,7 @@ contributors:
filename: learnrust.rs filename: learnrust.rs
--- ---
Rust is an in-development programming language developed by Mozilla Research. Rust is a programming language developed by Mozilla Research.
Rust combines low-level control over performance with high-level convenience and Rust combines low-level control over performance with high-level convenience and
safety guarantees. safety guarantees.