std: Demode uv::global_loop

This commit is contained in:
Brian Anderson 2012-09-19 18:20:01 -07:00
parent 677792c6b1
commit 2792071bd2

View File

@ -1,5 +1,8 @@
//! A process-wide libuv event loop for library use.
#[forbid(deprecated_mode)];
#[forbid(deprecated_pattern)];
export get;
use ll = uv_ll;