core: Store reexporting result and either. Closes #1997
This commit is contained in:
parent
ddbd02aaf2
commit
47d468f08c
15 changed files with 20 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#[doc = "json serialization"];
|
||||
|
||||
import result::{ok, err};
|
||||
import result::{result, ok, err};
|
||||
import io;
|
||||
import io::{reader_util, writer_util};
|
||||
import map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue