[librsvg: 3/95] fix: modules in attributes.rs
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 3/95] fix: modules in attributes.rs
- Date: Thu, 22 Feb 2018 03:13:23 +0000 (UTC)
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]