Don't use matches!() to support older rustc versions.

Fixes #574
This commit is contained in:
Emilio Cobos Álvarez
2020-09-21 20:46:44 +02:00
parent 1e46e53ae2
commit e4da7d39a6
4 changed files with 9 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.14.6
* Fixed the builds with older versions of rustc.
## 0.14.5
* Add support to specify line ending style (#568)