Skip to content

Commit e14a0ee

Browse files
committed
core: Indicate that flate is demoded
1 parent 89bbbd6 commit e14a0ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libcore/flate.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Simple compression
44
55
*/
66

7+
// NB: transitionary, de-mode-ing.
8+
#[forbid(deprecated_mode)];
9+
#[forbid(deprecated_pattern)];
10+
711
use libc::{c_void, size_t, c_int};
812

913
extern mod rustrt {

0 commit comments

Comments
 (0)