lib: Import base64 at the top-level, and not in a module.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-21 02:46:41 +01:00
commit 6ba22a43e5
3 changed files with 11 additions and 2 deletions

View file

@ -8,6 +8,7 @@
//! before being sent over the wire.
extern crate minidom;
extern crate base64;
use minidom::Element;
/// Error type returned by every parser on failure.