Skip to content

Commit e398a72

Browse files
committed
libcore: fix a typo exporting Err.
1 parent 06675ca commit e398a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/core.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import to_str::ToStr;
2626

2727
export Path, WindowsPath, PosixPath, GenericPath;
2828
export Option, Some, None, unreachable;
29-
export Result, Ok, Error;
29+
export Result, Ok, Err;
3030
export extensions;
3131
// The following exports are the extension impls for numeric types
3232
export Num, Times, TimesIx;

0 commit comments

Comments
 (0)