core: Indicate that flate is demoded

This commit is contained in:
Brian Anderson 2012-09-20 16:40:08 -07:00
parent 89bbbd612a
commit e14a0eec23

View File

@ -4,6 +4,10 @@ Simple compression
*/
// NB: transitionary, de-mode-ing.
#[forbid(deprecated_mode)];
#[forbid(deprecated_pattern)];
use libc::{c_void, size_t, c_int};
extern mod rustrt {