Skip to content

Commit 199ed4d

Browse files
committed
libstd: Export the url() constructor from net_url
1 parent aefc884 commit 199ed4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/net_url.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import map::{hashmap, str_hash};
66
import io::{Reader, ReaderUtil};
77
import dvec::DVec;
88

9-
export Url, userinfo, query;
9+
export Url, url, userinfo, query;
1010
export from_str, to_str;
1111
export get_scheme;
1212

0 commit comments

Comments
 (0)