mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
rename TCStrings to TCStringList
This commit is contained in:
parent
8caf442e3f
commit
28a4599a6a
6 changed files with 43 additions and 40 deletions
|
@ -31,9 +31,9 @@ use std::str::Utf8Error;
|
|||
///
|
||||
/// Unless specified otherwise, TaskChampion functions take ownership of a `*TCString` when it is
|
||||
/// given as a function argument, and the pointer is invalid when the function returns. Callers
|
||||
/// must not use or free TCStrings after passing them to such API functions.
|
||||
/// must not use or free TCStringList after passing them to such API functions.
|
||||
///
|
||||
/// TCStrings are not threadsafe.
|
||||
/// TCString is not threadsafe.
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub enum TCString<'a> {
|
||||
CString(CString),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue