[librsvg] lib.rs: Don't include strtod.rs for now
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] lib.rs: Don't include strtod.rs for now
- Date: Wed, 1 Mar 2017 01:09:56 +0000 (UTC)
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]