Home
last modified time | relevance | path

Searched refs:Regex (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/libc-test/
H A Dbuild.rs171 let re = regex::bytes::Regex::new(r"(?-u:\b)crate::").unwrap(); in main()
181 fn copy_dir_hotfix(src: &Path, dst: &Path, regex: &regex::bytes::Regex, replace: &[u8]) { in copy_dir_hotfix() argument