1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

tr: remove fixed todo

This commit is contained in:
Daniel Hofstetter 2024-03-18 13:56:49 +01:00 committed by GitHub
parent 4712015e61
commit 05731d13af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,6 @@ impl Sequence {
}
// Hide all the nasty sh*t in here
// TODO: Make the 2 set lazily generate the character mapping as necessary.
pub fn solve_set_characters(
set1_str: &[u8],
set2_str: &[u8],