diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-19 18:47:14 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-19 18:47:14 +0530 |
| commit | 5dc886b8adaf83eb6fc2f7ab5d5afb63bf930a6e (patch) | |
| tree | e4d451d215f6c6be12a287981b9201831f06ea9f | |
| parent | 1e532189026671e883b5183ecc64671cf5c5af18 (diff) | |
| parent | fb73c47e5eb1642a3475351ea197b85d00a05f9d (diff) | |
| download | rust-5dc886b8adaf83eb6fc2f7ab5d5afb63bf930a6e.tar.gz rust-5dc886b8adaf83eb6fc2f7ab5d5afb63bf930a6e.zip | |
Rollup merge of #25556 - mdinger:patch-1, r=alexcrichton
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 3219449edd8..b6e843d072e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -23,7 +23,7 @@ Language * Digits of binary and octal literals are [lexed more eagerly][lex] to improve error messages and macro behavior. For example, `0b1234` is now lexed as `0b1234` instead of two tokens, `0b1` and `234`. -* Trait bounds [are always invariant][inv], eleminating the need for +* Trait bounds [are always invariant][inv], eliminating the need for the `PhantomFn` and `MarkerTrait` lang items, which have been removed. * ["-" is no longer a valid character in crate names][cr], the `extern crate |
