From 17c6bd803dbbecb8975b1b98532d25a807a7b3fb Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sun, 8 Mar 2026 22:11:52 +0100 Subject: docs and font fix --- src/tlds.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tlds.rs') diff --git a/src/tlds.rs b/src/tlds.rs index 2835c24..95697d0 100644 --- a/src/tlds.rs +++ b/src/tlds.rs @@ -52,8 +52,8 @@ static PARSED_LISTS: OnceLock = OnceLock::new(); fn parsed_lists() -> &'static ParsedLists { PARSED_LISTS.get_or_init(|| { - let raw: toml::Value = toml::from_str(include_str!("../Lists.toml")) - .expect("Lists.toml must be valid TOML"); + let raw: toml::Value = + toml::from_str(include_str!("../Lists.toml")).expect("Lists.toml must be valid TOML"); let table = raw.as_table().expect("Lists.toml must be a TOML table"); -- cgit v1.2.3-70-g09d2