From 7f949ef271d148ea96343dfd8bbb3c43ee18b554 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Sep 2014 16:36:10 -0400 Subject: we don't care if the constants are unused for now --- src/constants.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/constants.rs b/src/constants.rs index 2792b62..0d96311 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,3 +1,5 @@ +#![allow(dead_code)] + use std::from_str::FromStr; #[deriving(PartialEq, Eq, Show)] -- cgit v1.2.3-54-g00ecf