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 @@ -201,7 +201,7 @@ Version 1.27.0 (2018-06-21)
201201Language
202202--------
203203- [ Removed 'proc' from the reserved keywords list.] [ 49699 ] This allows ` proc ` to
204- be used as an identifer .
204+ be used as an identifier .
205205- [ The dyn syntax is now available.] [ 49968 ] This syntax is equivalent to the
206206 bare ` Trait ` syntax, and should make it clearer when being used in tandem with
207207 ` impl Trait ` . Since it is equivalent to the following syntax:
@@ -4806,7 +4806,7 @@ Language
48064806--------
48074807
48084808* Patterns with ` ref mut ` now correctly invoke [ ` DerefMut ` ] when
4809- matching against dereferencable values.
4809+ matching against dereferenceable values.
48104810
48114811Libraries
48124812---------
You can’t perform that action at this time.
0 commit comments