diff options
| author | Keegan McAllister <kmcallister@mozilla.com> | 2014-05-24 21:22:52 -0700 |
|---|---|---|
| committer | Keegan McAllister <kmcallister@mozilla.com> | 2014-06-09 14:29:30 -0700 |
| commit | 84243ed6e18643c277724a868e3f11b4137fe3bc (patch) | |
| tree | 34e42be0f2736be1a2d893d7221092f574c8a90f /src/libfourcc | |
| parent | ffb2f12ed89213f96561dfbece0751ac870e2c40 (diff) | |
| download | rust-84243ed6e18643c277724a868e3f11b4137fe3bc.tar.gz rust-84243ed6e18643c277724a868e3f11b4137fe3bc.zip | |
Use phase(plugin) in other crates
Diffstat (limited to 'src/libfourcc')
| -rw-r--r-- | src/libfourcc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfourcc/lib.rs b/src/libfourcc/lib.rs index 194de7b2f4a..9cd62fcdd23 100644 --- a/src/libfourcc/lib.rs +++ b/src/libfourcc/lib.rs @@ -22,7 +22,7 @@ to be `big`, i.e. left-to-right order. It returns a u32. To load the extension and use it: ```rust,ignore -#[phase(syntax)] +#[phase(plugin)] extern crate fourcc; fn main() { |
