From 8f361c28b70c03b81e7698c4cf3a6c1d83a13459 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 29 Nov 2020 20:34:43 -0500 Subject: [PATCH] remove unnecessary warning suppression --- RELEASING.md | 3 +++ sync-server/src/storage/kv.rs | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 RELEASING.md diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 000000000..c44ac719c --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,3 @@ +# Release process + +1. diff --git a/sync-server/src/storage/kv.rs b/sync-server/src/storage/kv.rs index c704955c4..d258da8f3 100644 --- a/sync-server/src/storage/kv.rs +++ b/sync-server/src/storage/kv.rs @@ -1,4 +1,3 @@ -#![allow(dead_code, unused_variables)] // temporary use super::{Client, Storage, StorageTxn, Uuid, Version}; use failure::Fallible; use kv::msgpack::Msgpack;