From 959fed1d8435070e39bd7b87c1e908f79b65add9 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Sun, 24 Sep 2017 08:34:58 -0400 Subject: Fix compiler warnings Some minor stuff, mostly. The features have been stable since 1.20 --- src/synth/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth/mod.rs') diff --git a/src/synth/mod.rs b/src/synth/mod.rs index b22e162..6ec55f1 100644 --- a/src/synth/mod.rs +++ b/src/synth/mod.rs @@ -1,3 +1,5 @@ +#![allow(non_upper_case_globals)] + use std::{iter, cmp, slice, mem, fmt}; use std::fmt::Debug; use std::error::Error; -- cgit v1.2.3-70-g09d2