about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2017-10-04 16:17:25 +0000
committerNiv Kaminer <nivkner@zoho.com>2017-10-04 16:17:25 +0000
commit559adb7e0680bd539331a2accfccb3e56813dca1 (patch)
treea34b61ef184c367b722aefb882f3368c4bdd0740
parent51542a9192b9fc9279b5fde337b52a5050ebbc39 (diff)
downloadrust-559adb7e0680bd539331a2accfccb3e56813dca1.tar.gz
rust-559adb7e0680bd539331a2accfccb3e56813dca1.zip
avoid using match keyword as module name
-rw-r--r--src/librustc/benches/lib.rs2
-rw-r--r--src/librustc/benches/pattern.rs (renamed from src/librustc/benches/match.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/benches/lib.rs b/src/librustc/benches/lib.rs
index 98e1d92127b..24294ec49ce 100644
--- a/src/librustc/benches/lib.rs
+++ b/src/librustc/benches/lib.rs
@@ -16,4 +16,4 @@
 extern crate test;
 
 mod dispatch;
-mod match;
+mod pattern;
diff --git a/src/librustc/benches/match.rs b/src/librustc/benches/pattern.rs
index 638b1ce3f75..638b1ce3f75 100644
--- a/src/librustc/benches/match.rs
+++ b/src/librustc/benches/pattern.rs