From 6531b0855d63424b149ad5f234d1279a2548edc4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 5 Mar 2026 00:38:49 +0100 Subject: Remove commented out import --- oryxc/src/intern.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'oryxc/src/intern.rs') diff --git a/oryxc/src/intern.rs b/oryxc/src/intern.rs index b0d1a00..5c569b8 100644 --- a/oryxc/src/intern.rs +++ b/oryxc/src/intern.rs @@ -10,7 +10,6 @@ use unicode_normalization::{ UnicodeNormalization, }; -// use icu::normalizer::DecomposingNormalizer; use crate::prelude::*; pub struct Interner<'a> { -- cgit v1.2.3