rust: Fix unused-import in release mode
Closes: #1391 Approved by: jlebon
This commit is contained in:
parent
7b69294b8a
commit
c997fd99c2
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user