Skip to content

Commit 6bb5d4b

Browse files
committed
Final tweaks
1 parent f4dc642 commit 6bb5d4b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

_posts/2016-05-16-rust-at-one-year.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ Servo—and not just in test mode.
9696
[ff]: https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2016-04-07&keys=__none__!__none__!__none__&max_channel_version=release%252F45&measure=MEDIA_RUST_MP4PARSE_SUCCESS&min_channel_version=null&product=Firefox&sanitize=1&sort_keys=submissions&start_date=2016-03-03&table=0&trim=1&use_submission_date=0
9797
[groundwork for Rust integration]: http://wiki.mozilla.org/Oxidation
9898

99-
We're hearing [similar stories] from smaller shops that are putting Rust into
100-
production: Rust helps a team punch above its weight. It gives many of the same
101-
benefits as traditional systems languages while being more approachable, safer
102-
and often more productive.
99+
We're hearing [similar stories] from a range of other shops that are putting
100+
Rust into production: Rust helps a team punch above its weight. It gives many of
101+
the same benefits as traditional systems languages while being more
102+
approachable, safer and often more productive.
103103

104104
[similar stories]: http://confreaks.tv/videos/rustcamp2015-using-rust-from-c-or-any-language
105105

@@ -204,8 +204,8 @@ has been growing and polishing its ecosystem and tooling:
204204
[custom intermediate representation][MIR], which has many other benefits as
205205
well. Another focus has been errors, including
206206
[detailed explanations of most errors][error index], and ongoing work to
207-
[improve the clarity and focus of errors][error format]. Expect to hear more
208-
on both fronts soon.
207+
[improve the "at a glance" readability of errors][error format]. Expect to
208+
hear more on both fronts soon.
209209

210210
[across-the-board improvements]: http://blog.rust-lang.org/2015/06/25/Rust-1.1.html
211211
[parallel codegen]: http://blog.rust-lang.org/2015/08/06/Rust-1.2.html
@@ -249,10 +249,11 @@ with Rust is its [community]. It's hard to explain quite what it's like to be
249249
part of this group, but two things stand out. First, its sheer *energy*: so much
250250
happens in any given week that [This Week in Rust] is a vital resource for
251251
anyone hoping to keep up. Second, its *welcoming spirit*. Rust's core message is
252-
one of empowerment—you can write systems code even if you would never have
253-
dared write C++—and that's reflected in the community. We're all here to
254-
learn how to be better programmers, and support each other in doing so.
252+
one of empowerment—you can [fearlessly] write safe, low-level systems
253+
code—and that's reflected in the community. We're all here to learn how to
254+
be better programmers, and support each other in doing so.
255255

256+
[fearlessly]: http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
256257
[This Week in Rust]: https://this-week-in-rust.org/
257258
[community]: https://www.rust-lang.org/community.html
258259

0 commit comments

Comments
 (0)