mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
remove unnecessary warning suppression
This commit is contained in:
parent
89a0071136
commit
8f361c28b7
2 changed files with 3 additions and 1 deletions
3
RELEASING.md
Normal file
3
RELEASING.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Release process
|
||||
|
||||
1.
|
|
@ -1,4 +1,3 @@
|
|||
#![allow(dead_code, unused_variables)] // temporary
|
||||
use super::{Client, Storage, StorageTxn, Uuid, Version};
|
||||
use failure::Fallible;
|
||||
use kv::msgpack::Msgpack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue