[librsvg: 3/95] fix: modules in attributes.rs



commit 59129331519160ce07b98df8e5c0ea0ff47bd961
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Feb 7 20:19:29 2018 -0600

    fix: modules in attributes.rs

 rust/src/attributes.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rust/src/attributes.rs b/rust/src/attributes.rs
index a8bc060a..2aed14c6 100644
--- a/rust/src/attributes.rs
+++ b/rust/src/attributes.rs
@@ -3,7 +3,6 @@ extern crate phf;
 use glib_sys;
 use glib::translate::*;
 use libc;
-use std::mem;
 use std::str::FromStr;
 
 use util::utf8_cstr;
@@ -37,6 +36,7 @@ pub extern fn rsvg_attribute_from_name(raw_name: *const libc::c_char,
 
 #[cfg(test)]
 mod tests {
+    use std::mem;
     use super::*;
 
     #[test]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]