about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
authorKeegan McAllister <kmcallister@mozilla.com>2014-05-24 21:22:52 -0700
committerKeegan McAllister <kmcallister@mozilla.com>2014-06-09 14:29:30 -0700
commit84243ed6e18643c277724a868e3f11b4137fe3bc (patch)
tree34e42be0f2736be1a2d893d7221092f574c8a90f /src/libhexfloat
parentffb2f12ed89213f96561dfbece0751ac870e2c40 (diff)
downloadrust-84243ed6e18643c277724a868e3f11b4137fe3bc.tar.gz
rust-84243ed6e18643c277724a868e3f11b4137fe3bc.zip
Use phase(plugin) in other crates
Diffstat (limited to 'src/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs2
1 files changed, 1 insertions, 1 deletions
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() {