Rollup merge of #28212 - tshepang:rust-is-a-language, r=steveklabnik

This commit is contained in:
Steve Klabnik 2015-09-03 20:10:09 -04:00
commit 5b8241cea9

View File

@ -1,6 +1,6 @@
% Choosing your Guarantees
One important feature of Rust as language is that it lets us control the costs and guarantees
One important feature of Rust is that it lets us control the costs and guarantees
of a program.
There are various “wrapper type” abstractions in the Rust standard library which embody