core: Actually build to_bytes

This commit is contained in:
Brian Anderson 2012-07-05 14:40:45 -07:00
parent 73f1f686e9
commit 8f92de3ce5
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ mod option_iter {
}
mod result;
mod to_str;
mod to_bytes;
mod dvec;
#[path="iter-trait"]
mod dvec_iter {