Skip to content

Commit

Permalink
Merge pull request #3 from BurntSushi/master
Browse files Browse the repository at this point in the history
Don't link to regex_macros at runtime.
  • Loading branch information
sunng87 committed Feb 4, 2015
2 parents cc61fe4 + 763b051 commit e5b1fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
#[macro_use]
extern crate log;
#[plugin]
#[no_link]
extern crate regex_macros;

extern crate "rustc-serialize" as serialize;
Expand Down

0 comments on commit e5b1fed

Please # to comment.