diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-14 19:25:42 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-14 19:36:04 -0400 |
| commit | 958df4b0031654c6e9b03997e956a21ede289660 (patch) | |
| tree | f649f259ca6caab360ce6d8cd6586b48055ab2a1 /src/libcore/libc.rs | |
| parent | 4377802202d59eb5aeb36bb6b656d376bbdf67dc (diff) | |
De-mode comm, libc, priv, rt, sync, arc. Super easy.
Diffstat (limited to 'src/libcore/libc.rs')
| -rw-r--r-- | src/libcore/libc.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcore/libc.rs b/src/libcore/libc.rs index 740a78a6d9c..fc87d64e786 100644 --- a/src/libcore/libc.rs +++ b/src/libcore/libc.rs @@ -1,3 +1,6 @@ +// NB: transitionary, de-mode-ing. +#[forbid(deprecated_mode)]; +#[forbid(deprecated_pattern)]; /*! * Bindings for libc. * |
