File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Version 1.27.0 (2018-06-21)
190190Language
191191--------
192192- [ Removed 'proc' from the reserved keywords list.] [ 49699 ] This allows ` proc ` to
193- be used as an identifer .
193+ be used as an identifier .
194194- [ The dyn syntax is now available.] [ 49968 ] This syntax is equivalent to the
195195 bare ` Trait ` syntax, and should make it clearer when being used in tandem with
196196 ` impl Trait ` . Since it is equivalent to the following syntax:
@@ -4795,7 +4795,7 @@ Language
47954795--------
47964796
47974797* Patterns with ` ref mut ` now correctly invoke [ ` DerefMut ` ] when
4798- matching against dereferencable values.
4798+ matching against dereferenceable values.
47994799
48004800Libraries
48014801---------
You can’t perform that action at this time.
0 commit comments