[librsvg] lib.rs: Don't include strtod.rs for now



commit 7861db7b19e14c1c081aef43d6f8320d15514689
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Feb 28 19:08:57 2017 -0600

    lib.rs: Don't include strtod.rs for now
    
    We are using nom for the parsers instead of our own strtod().  Just keep
    it around for its tests.

 rust/src/lib.rs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 8b7fcd4..5ae6c63 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -114,6 +114,5 @@ mod pattern;
 mod property_bag;
 mod state;
 mod shapes;
-mod strtod;
 mod util;
 mod viewbox;


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