Skip to content

Commit faccd4a

Browse files
committed
std: export json::error.
1 parent 633881a commit faccd4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/json.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import io::{reader_util, writer_util};
77
import map;
88

99
export json;
10+
export error;
1011
export to_writer;
1112
export to_str;
1213
export from_reader;

0 commit comments

Comments
 (0)