remove extern crate

This commit is contained in:
Martin Algesten
2018-12-18 13:45:13 +01:00
parent d2290e6b65
commit 131476bd1a
3 changed files with 2 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
use qstring::QString;
use std::io::Read;
use std::sync::Arc;
use lazy_static::lazy_static;
#[cfg(feature = "json")]
use super::SerdeValue;