avoid using match keyword as module name

This commit is contained in:
Niv Kaminer 2017-10-04 16:17:25 +00:00
parent 51542a9192
commit 559adb7e06
2 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@
extern crate test;
mod dispatch;
mod match;
mod pattern;