Skip to content

Commit 2792071

Browse files
committed
std: Demode uv::global_loop
1 parent 677792c commit 2792071

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/uv_global_loop.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! A process-wide libuv event loop for library use.
22
3+
#[forbid(deprecated_mode)];
4+
#[forbid(deprecated_pattern)];
5+
36
export get;
47

58
use ll = uv_ll;

0 commit comments

Comments
 (0)