mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
Don't link to regex_macros
This commit is contained in:
parent
4d6cbfa393
commit
6aef8cc38c
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
extern crate getopts;
|
||||
extern crate libc;
|
||||
extern crate regex;
|
||||
#[plugin] extern crate regex_macros;
|
||||
#[plugin] #[no_link] extern crate regex_macros;
|
||||
|
||||
use std::ffi::CString;
|
||||
use std::io::fs;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
#![feature(plugin)]
|
||||
|
||||
#[plugin] extern crate regex_macros;
|
||||
#[plugin] #[no_link] extern crate regex_macros;
|
||||
extern crate regex;
|
||||
extern crate getopts;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue