diff options
Diffstat (limited to 'src/libsync')
| -rw-r--r-- | src/libsync/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs index bab1a00e5ac..924af6bfd42 100644 --- a/src/libsync/lib.rs +++ b/src/libsync/lib.rs @@ -19,6 +19,9 @@ #[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://static.rust-lang.org/doc/master")]; +#[feature(phase)]; + +#[cfg(test)] #[phase(syntax, link)] extern crate log; #[allow(deprecated_owned_vector)]; |
