core: Indicate that flate is demoded
This commit is contained in:
parent
89bbbd612a
commit
e14a0eec23
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue