about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-05-02 19:10:23 -0700
committerBrian Anderson <banderson@mozilla.com>2013-05-10 16:00:26 -0700
commit7652f3ddb8f3c4fd281e6ec0bd8fc0d9b8ed857b (patch)
treec1c084877c226794b7507c40c8994716fe55c061 /src/libstd/std.rc
parentd546493096f35e68cbcd9b5d3d7654e7a9345744 (diff)
downloadrust-7652f3ddb8f3c4fd281e6ec0bd8fc0d9b8ed857b.tar.gz
rust-7652f3ddb8f3c4fd281e6ec0bd8fc0d9b8ed857b.zip
Move flate from core to std
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 7d013a20c67..70bd5ceef98 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -107,6 +107,7 @@ pub mod complex;
 pub mod stats;
 pub mod semver;
 pub mod fileinput;
+pub mod flate;
 
 #[cfg(unicode)]
 mod unicode;