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 _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo