Skip to content

Commit 837dff9

Browse files
committed
stdlib: Export match type from std::getopts
1 parent 65ec38c commit 837dff9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/getopts.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export result;
2323
export success;
2424
export failure;
2525

26+
export match;
27+
2628
export fail_;
2729
export fail_str;
2830

0 commit comments

Comments
 (0)