From b654c8f0bf4629b14e9fcb6b7cb10f07fa8c43eb Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Jan 2019 17:19:01 -0800 Subject: squelch some rust unused imports --- rust/src/identifiers.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'rust/src/identifiers.rs') diff --git a/rust/src/identifiers.rs b/rust/src/identifiers.rs index bf19a243..4db3305f 100644 --- a/rust/src/identifiers.rs +++ b/rust/src/identifiers.rs @@ -1,7 +1,6 @@ use crate::errors::*; use data_encoding::BASE32_NOPAD; use regex::Regex; -use serde_json; use std::str::FromStr; use std::{convert, fmt}; use uuid::Uuid; -- cgit v1.2.3