Skip to content

Commit

Permalink
Replace os::glob with extra::glob, which is written in rust,
Browse files Browse the repository at this point in the history
fixing issue rust-lang#6100.
  • Loading branch information
Dretch committed Sep 5, 2013
1 parent d84a7b5 commit 193a1c8
Show file tree
Hide file tree
Showing 3 changed files with 821 additions and 84 deletions.
1 change: 1 addition & 0 deletions src/libextra/extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pub mod getopts;
pub mod json;
pub mod md4;
pub mod tempfile;
pub mod glob;
pub mod term;
pub mod time;
pub mod arena;
Expand Down
Loading

1 comment on commit 193a1c8

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+, thanks for this, and nice job!

Please sign in to comment.