Skip to content

Commit 559adb7

Browse files
committed
avoid using match keyword as module name
1 parent 51542a9 commit 559adb7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/librustc/benches/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
extern crate test;
1717

1818
mod dispatch;
19-
mod match;
19+
mod pattern;
File renamed without changes.

0 commit comments

Comments
 (0)