libstd: Export the url() constructor from net_url

This commit is contained in:
Patrick Walton
2012-09-03 13:25:32 -07:00
parent aefc884cf6
commit 199ed4d940
+1 -1
View File
@@ -6,7 +6,7 @@
import io::{Reader, ReaderUtil};
import dvec::DVec;
export Url, userinfo, query;
export Url, url, userinfo, query;
export from_str, to_str;
export get_scheme;