rust: Fix unused-import in release mode

Closes: #1391
Approved by: jlebon
This commit is contained in:
Colin Walters 2018-06-06 14:12:19 +00:00 committed by Atomic Bot
parent 7b69294b8a
commit c997fd99c2

View File

@ -21,7 +21,6 @@
* */
use gio_sys;
use glib;
use glib_sys;
use libc;
use std;
@ -64,6 +63,7 @@ where
#[cfg(test)]
mod tests {
use super::*;
use glib;
use std::error::Error;
use std::{io, ptr};