mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
implement TCTags as an array
This commit is contained in:
parent
8b160c7ee8
commit
3dd2ae5011
6 changed files with 226 additions and 8 deletions
|
@ -108,8 +108,8 @@ impl<'a> From<String> for TCString<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> From<&str> for TCString<'a> {
|
||||
fn from(string: &str) -> TCString<'a> {
|
||||
impl<'a> From<&str> for TCString<'static> {
|
||||
fn from(string: &str) -> TCString<'static> {
|
||||
TCString::String(string.to_string())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue