From 199ed4d940c203a9f484d3e1ffdd06eda044214b Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 3 Sep 2012 13:25:32 -0700 Subject: libstd: Export the url() constructor from net_url --- src/libstd/net_url.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/net_url.rs b/src/libstd/net_url.rs index b3ec184229b..75619f0c7b5 100644 --- a/src/libstd/net_url.rs +++ b/src/libstd/net_url.rs @@ -6,7 +6,7 @@ import map::{hashmap, str_hash}; import io::{Reader, ReaderUtil}; import dvec::DVec; -export Url, userinfo, query; +export Url, url, userinfo, query; export from_str, to_str; export get_scheme; -- cgit 1.4.1-3-g733a5