diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-05 14:40:45 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-05 14:40:45 -0700 |
| commit | 8f92de3ce584cde05d755d76887aa8cecc4b2e2b (patch) | |
| tree | 6cba5fc3a44d33cc6e3746838d4d517b63cacb65 /src | |
| parent | 73f1f686e9758388d9904995c4810ee2039bf705 (diff) | |
| download | rust-8f92de3ce584cde05d755d76887aa8cecc4b2e2b.tar.gz rust-8f92de3ce584cde05d755d76887aa8cecc4b2e2b.zip | |
core: Actually build to_bytes
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/core.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc index 24ff59b7028..d4e91800660 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -167,6 +167,7 @@ mod option_iter { } mod result; mod to_str; +mod to_bytes; mod dvec; #[path="iter-trait"] mod dvec_iter { |
