Skip to content

Commit 6ca5fcc

Browse files
committed
rename url search params
1 parent 7535486 commit 6ca5fcc

File tree

2 files changed

+101
-101
lines changed

2 files changed

+101
-101
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ mod idna;
4747
mod url_search_params;
4848
pub use idna::Idna;
4949
pub use url_search_params::{
50-
URLSearchParams, URLSearchParamsEntry, URLSearchParamsEntryIterator,
51-
URLSearchParamsKeyIterator, URLSearchParamsValueIterator,
50+
UrlSearchParams, UrlSearchParamsEntry, UrlSearchParamsEntryIterator,
51+
UrlSearchParamsKeyIterator, UrlSearchParamsValueIterator,
5252
};
5353

5454
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)