Don't export scraper::Html.

This commit is contained in:
Bauke 2022-10-16 17:52:55 +02:00
parent f8969623c6
commit cd560973ed
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 0 additions and 1 deletions

View File

@ -30,5 +30,4 @@ pub(crate) mod group_list;
pub use {
group::{Group, GroupWikiLink},
group_list::{GroupList, GroupListSummary},
scraper::Html,
};