summaryrefslogtreecommitdiff
path: root/src/synth/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/mod.rs')
-rw-r--r--src/synth/mod.rs2
1 files changed, 2 insertions, 0 deletions
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;