lib, message, jingle_ft: Remove unused imports.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-23 15:32:38 +01:00
commit c81509744f
3 changed files with 0 additions and 3 deletions

View file

@ -124,7 +124,6 @@ pub fn parse_jingle_ft(root: &Element) -> Result<Description, Error> {
#[cfg(test)]
mod tests {
use minidom::Element;
use error::Error;
use jingle_ft;
#[test]