Skip to content

Commit

Permalink
rename url search params
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Dec 3, 2024
1 parent 7535486 commit 6ca5fcc
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 101 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ mod idna;
mod url_search_params;
pub use idna::Idna;
pub use url_search_params::{
URLSearchParams, URLSearchParamsEntry, URLSearchParamsEntryIterator,
URLSearchParamsKeyIterator, URLSearchParamsValueIterator,
UrlSearchParams, UrlSearchParamsEntry, UrlSearchParamsEntryIterator,
UrlSearchParamsKeyIterator, UrlSearchParamsValueIterator,
};

#[cfg(feature = "std")]
Expand Down
Loading

0 comments on commit 6ca5fcc

Please sign in to comment.