mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Add #![allow(clippy::eval_order_dependence)]
This commit is contained in:
parent
fbe0b5a061
commit
10e68af0be
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#![allow(clippy::eval_order_dependence)]
|
||||
use anyhow::{Context, Result};
|
||||
use async_std::process::Command;
|
||||
use async_std::task;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#![allow(clippy::eval_order_dependence)]
|
||||
use crate::util::Key;
|
||||
use anyhow::{anyhow, Result};
|
||||
use async_std::process::Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue