On Fri, Feb 27, 2015 at 12:21 PM, Gilles Leblanc
wrote:
> Hello, I have a question.
>
> The crate components/util uses regular expressions. In it's lib.rs file it
> has the following statements:
>
> #[cfg(target_os="linux")]
> extern crate regex;
>
> Why is the extern crate regex only used under L
Hello, I have a question.
The crate components/util uses regular expressions. In it's lib.rs file it
has the following statements:
#[cfg(target_os="linux")]
extern crate regex;
Why is the extern crate regex only used under Linux? What happens when one
is not on Linux?
Thanks,
Gilles
___
2 matches
Mail list logo