mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
libstd: Export the url() constructor from net_url
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user