mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
feat: clippy ✨
This commit is contained in:
parent
73c7eee3b6
commit
a5ff27012d
1 changed files with 2 additions and 2 deletions
|
@ -3539,7 +3539,7 @@ impl TaskwarriorTui {
|
||||||
};
|
};
|
||||||
|
|
||||||
if let Mode::Tasks(Action::Modify | Action::Filter | Action::Annotate | Action::Add | Action::Log) = self.mode {
|
if let Mode::Tasks(Action::Modify | Action::Filter | Action::Annotate | Action::Add | Action::Log) = self.mode {
|
||||||
for s in vec![
|
for s in [
|
||||||
"project:".to_string(),
|
"project:".to_string(),
|
||||||
"priority:".to_string(),
|
"priority:".to_string(),
|
||||||
"due:".to_string(),
|
"due:".to_string(),
|
||||||
|
@ -3552,7 +3552,7 @@ impl TaskwarriorTui {
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Mode::Tasks(Action::Modify | Action::Filter | Action::Annotate | Action::Add | Action::Log) = self.mode {
|
if let Mode::Tasks(Action::Modify | Action::Filter | Action::Annotate | Action::Add | Action::Log) = self.mode {
|
||||||
for s in vec![
|
for s in [
|
||||||
".before:",
|
".before:",
|
||||||
".under:",
|
".under:",
|
||||||
".below:",
|
".below:",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue