diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:38:49 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:38:49 +0100 |
| commit | 6531b0855d63424b149ad5f234d1279a2548edc4 (patch) | |
| tree | ed5a64b3643a1ae1fb1654344da4e21d8903e56e /oryxc/src | |
| parent | 82c14f030b36938cb10c1c8f8e880d0e0acaadc2 (diff) | |
Remove commented out import
Diffstat (limited to 'oryxc/src')
| -rw-r--r-- | oryxc/src/intern.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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> { |