diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-22 01:50:08 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-22 01:50:08 +0530 |
| commit | b53e51029757bdbfea0992f9a4650e753f04189b (patch) | |
| tree | ab52b3062d1b806eca8b94489007c76d94c96db5 | |
| parent | a9570e5549c24b5b01ed7215897ea320162c1253 (diff) | |
| parent | a3aaaca0880096ea875ad9822904cc968accb05f (diff) | |
Rollup merge of #22627 - ddfreyne:patch-1, r=dotdash
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 09929eee923..69b804cf24c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -51,7 +51,7 @@ Version 1.0.0-alpha.2 (February 2015) * Abstract [OS-specific string types][osstr], `std::ff::{OsString, OsStr}`, provide strings in platform-specific encodings for easier interop with system APIs. [RFC][osstr-rfc]. - * The `boxed::into_raw` and `Box::frow_raw` functions [convert + * The `boxed::into_raw` and `Box::from_raw` functions [convert between `Box<T>` and `*mut T`][boxraw], a common pattern for creating raw pointers. |
