Rename std::termivec to std::term

This commit is contained in:
Brian Anderson 2011-08-11 22:55:08 -07:00
parent 495b0bf65e
commit 674fb0911c
4 changed files with 13 additions and 13 deletions

View file

@ -93,7 +93,7 @@ mod ptr;
mod test;
mod unsafe;
mod ebmlivec = "ebml.rs";
mod termivec;
mod term;
// Local Variables:
// mode: rust;