mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
use Uda instead of UDA
This commit is contained in:
parent
51a854cfef
commit
ad464c4779
5 changed files with 56 additions and 56 deletions
|
@ -29,7 +29,7 @@ pub(crate) mod types {
|
|||
pub(crate) use crate::status::TCStatus;
|
||||
pub(crate) use crate::string::{TCString, TCStringList};
|
||||
pub(crate) use crate::task::{TCTask, TCTaskList};
|
||||
pub(crate) use crate::uda::{TCUDAList, TCUDA, UDA};
|
||||
pub(crate) use crate::uda::{TCUda, TCUdaList, Uda};
|
||||
pub(crate) use crate::uuid::{TCUuid, TCUuidList};
|
||||
pub(crate) use crate::workingset::TCWorkingSet;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue