From cd560973ed1b4082466c5e4c9dd560fa3cd5e2f2 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 16 Oct 2022 17:52:55 +0200 Subject: [PATCH] Don't export scraper::Html. --- source/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/source/lib.rs b/source/lib.rs index 932488b..fc650f0 100644 --- a/source/lib.rs +++ b/source/lib.rs @@ -30,5 +30,4 @@ pub(crate) mod group_list; pub use { group::{Group, GroupWikiLink}, group_list::{GroupList, GroupListSummary}, - scraper::Html, };