We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54628c8 commit d933174Copy full SHA for d933174
RELEASES.md
@@ -190,7 +190,7 @@ Version 1.27.0 (2018-06-21)
190
Language
191
--------
192
- [Removed 'proc' from the reserved keywords list.][49699] This allows `proc` to
193
- be used as an identifer.
+ be used as an identifier.
194
- [The dyn syntax is now available.][49968] This syntax is equivalent to the
195
bare `Trait` syntax, and should make it clearer when being used in tandem with
196
`impl Trait`. Since it is equivalent to the following syntax:
@@ -4795,7 +4795,7 @@ Language
4795
4796
4797
* Patterns with `ref mut` now correctly invoke [`DerefMut`] when
4798
- matching against dereferencable values.
+ matching against dereferenceable values.
4799
4800
Libraries
4801
---------
0 commit comments