diff options
Diffstat (limited to 'src/libhexfloat')
| -rw-r--r-- | src/libhexfloat/lib.rs | 2 |
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() { |
