From e25ec510fbdf998c529a6df11d486a3e29b7adad Mon Sep 17 00:00:00 2001 From: southerntofu Date: Fri, 3 Apr 2020 00:36:07 +0200 Subject: [PATCH] Remove unused variant --- src/commands.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index a505686..3e58669 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -33,7 +33,6 @@ pub enum Method { Post, Put, Delete, - Invalid } pub fn version(query: Query) -> String {