From 0aef487a5c2797b34e64ddcfa3974264fbc9830b Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sun, 26 Jan 2014 13:25:02 +1100 Subject: std,extra: Make some types public and other private. These are either returned from public functions, and really should appear in the documentation, but don't since they're private, or are implementation details that are currently public. --- src/libnative/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnative/io') diff --git a/src/libnative/io/mod.rs b/src/libnative/io/mod.rs index c39c241daf7..00f4a0c099d 100644 --- a/src/libnative/io/mod.rs +++ b/src/libnative/io/mod.rs @@ -63,7 +63,7 @@ pub mod timer; mod timer_helper; -type IoResult = Result; +pub type IoResult = Result; fn unimpl() -> IoError { IoError { -- cgit 1.4.1-3-g733a5