From d6e399973e9bc6447a28b80cacffcbc6a768f1ed Mon Sep 17 00:00:00 2001 From: thajohns Date: Thu, 9 Sep 2021 01:15:22 -0400 Subject: got pre-linking steps working, removed glob includes --- src/monitor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/monitor.rs') diff --git a/src/monitor.rs b/src/monitor.rs index ffe688a..bde5b37 100644 --- a/src/monitor.rs +++ b/src/monitor.rs @@ -1,6 +1,6 @@ use super::*; -use synth::SampleBuffer; use std::collections::HashMap; +use synth::SampleBuffer; pub struct VoiceDatum { pitch: Pitch, @@ -35,4 +35,4 @@ pub trait Monitor { fn process(&mut self, data: &Data); } -pub type MonBox = Box; +pub type MonBox = Box; -- cgit v1.2.3-70-g09d2