]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Merge pull request #9 from Wind-River/V7LIBC-948
[rust.git] / RELEASES.md
index 7ad739d06d54f0aeaf3c56a28ab7a66b017ce32d..f26f6e6c888eda387ced2872b2e6eb3dc9074f75 100644 (file)
@@ -22,7 +22,7 @@ Language
 - [You can now use `_` as an identifier for consts.][61347] e.g. You can write
   `const _: u32 = 5;`.
 - [You can now use `#[repr(align(X)]` on enums.][61229]
-- [The  `?`/_"Kleene"_ macro operator is now available in the
+- [The  `?` Kleene macro operator is now available in the
   2015 edition.][60932]
 
 Compiler