Skip to content

Commit 193a1c8

Browse files
committed
Replace os::glob with extra::glob, which is written in rust,
fixing issue #6100.
1 parent d84a7b5 commit 193a1c8

File tree

3 files changed

+821
-84
lines changed

3 files changed

+821
-84
lines changed

src/libextra/extra.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pub mod getopts;
8585
pub mod json;
8686
pub mod md4;
8787
pub mod tempfile;
88+
pub mod glob;
8889
pub mod term;
8990
pub mod time;
9091
pub mod arena;

0 commit comments

Comments
 (0)