diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-05-02 19:10:23 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-05-10 16:00:26 -0700 |
| commit | 7652f3ddb8f3c4fd281e6ec0bd8fc0d9b8ed857b (patch) | |
| tree | c1c084877c226794b7507c40c8994716fe55c061 /src/libstd/std.rc | |
| parent | d546493096f35e68cbcd9b5d3d7654e7a9345744 (diff) | |
| download | rust-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.rc | 1 |
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; |
