1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-02 20:45:38 +02:00
This commit is contained in:
Andrew Gallant 2016-09-11 00:42:19 -04:00
parent 19615245cd
commit cf21b4a97e

View File

@ -1,3 +1,7 @@
/*!
This module benchmarks the glob implementation. For benchmarks on the ripgrep
tool itself, see the benchsuite directory.
*/
#![feature(test)]
extern crate glob;