mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
libstd: Export the url() constructor from net_url
This commit is contained in:
parent
aefc884cf6
commit
199ed4d940
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user