mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Clippy things
This commit is contained in:
parent
0f6323e2de
commit
7c665c9a77
2 changed files with 7 additions and 2 deletions
|
@ -50,7 +50,7 @@ pub struct LocalServer {
|
|||
}
|
||||
|
||||
impl LocalServer {
|
||||
fn txn<'a>(&'a mut self) -> anyhow::Result<rusqlite::Transaction> {
|
||||
fn txn(&mut self) -> anyhow::Result<rusqlite::Transaction> {
|
||||
let txn = self.con.transaction()?;
|
||||
Ok(txn)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue