rename TCStrings to TCStringList

This commit is contained in:
Dustin J. Mitchell
2022-02-09 23:37:32 +00:00
parent 8caf442e3f
commit 28a4599a6a
6 changed files with 43 additions and 40 deletions

View File

@@ -10,6 +10,6 @@ pub mod replica;
pub mod result;
pub mod status;
pub mod string;
pub mod strings;
pub mod stringlist;
pub mod task;
pub mod uuid;