Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/2015-02-09-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
## Breaking Changes

* `std::path` [has been rewritten][path] to improve ergonomics and
better support platform-spcific features. The old path module still
better support platform-specific features. The old path module still
exists as `std::old_path` and remains exported by the prelude (for
now). [RFC][path-rfc].
* [`std::env`][env] has been added to the standard library as an
Expand Down