Skip to content

Commit 43a1e5d

Browse files
committed
Don't link plugin crates
1 parent fe7ce8c commit 43a1e5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern crate test;
2626

2727
extern crate std;
2828

29-
#[plugin]
29+
#[plugin] #[no_link]
3030
extern crate phf_mac;
3131
extern crate phf;
3232

@@ -35,8 +35,7 @@ extern crate lazy_static;
3535

3636
extern crate xxhash;
3737

38-
#[plugin]
39-
#[macro_use]
38+
#[plugin] #[no_link] #[macro_use]
4039
extern crate string_cache_macros;
4140

4241
#[cfg(feature = "log-events")]

0 commit comments

Comments
 (0)