diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/normalize_identifier.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/normalize_identifier.rs b/src/util/normalize_identifier.rs index 123a3a9..73f246d 100644 --- a/src/util/normalize_identifier.rs +++ b/src/util/normalize_identifier.rs @@ -54,7 +54,6 @@ pub fn normalize_identifier(value: &str) -> String { } } - // To do: test if this matches unicode. // Some characters are considered “uppercase”, but if their lowercase // counterpart is uppercased will result in a different uppercase // character. |