From 84243ed6e18643c277724a868e3f11b4137fe3bc Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Sat, 24 May 2014 21:22:52 -0700 Subject: Use phase(plugin) in other crates --- src/libhexfloat/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libhexfloat') diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index ee14f1aaea9..448f23eaedb 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -21,7 +21,7 @@ literal. To load the extension and use it: ```rust,ignore -#[phase(syntax)] +#[phase(plugin)] extern crate hexfloat; fn main() { -- cgit 1.4.1-3-g733a5