Remove unused base64 imports.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-07 16:21:42 +02:00
commit b307652421
5 changed files with 0 additions and 6 deletions

View file

@ -6,7 +6,6 @@
use crate::util::error::Error;
use crate::util::helpers::Base64;
use base64;
use minidom::IntoAttributeValue;
use std::num::ParseIntError;
use std::ops::{Deref, DerefMut};