1
Fork 0

libcore: "import" -> "use"

This commit is contained in:
Patrick Walton 2012-09-04 11:12:17 -07:00
parent 147e9380e2
commit 437073868e
37 changed files with 154 additions and 154 deletions

View file

@ -7,9 +7,9 @@
* some heavy-duty uses, try std::rope.
*/
import cmp::{Eq, Ord};
import libc::size_t;
import io::WriterUtil;
use cmp::{Eq, Ord};
use libc::size_t;
use io::WriterUtil;
export
// Creating a string