Skip to content

Commit bb348cc

Browse files
committed
libstd: Export query_to_str from net::url
1 parent ac31fdd commit bb348cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/net_url.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import dvec::DVec;
99
export Url, url, userinfo, query;
1010
export from_str, to_str;
1111
export get_scheme;
12+
export query_to_str;
1213

1314
export encode, decode;
1415
export encode_component, decode_component;

0 commit comments

Comments
 (0)