From a29c4f2b652cbfa813b57107ed52daedc04a1897 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 8 Nov 2018 13:25:50 -0800 Subject: [PATCH] Fix test warning --- server/tests/read_projects.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/tests/read_projects.rs b/server/tests/read_projects.rs index 05a85759..ac9fbd4a 100644 --- a/server/tests/read_projects.rs +++ b/server/tests/read_projects.rs @@ -3,7 +3,6 @@ extern crate librojo; use std::{ - collections::HashMap, path::{Path, PathBuf}, };