test: trait in scope

This commit is contained in:
Robert Jördens 2021-02-17 16:24:45 +01:00
parent b69131f5f5
commit 07714fbca4

View File

@ -96,7 +96,7 @@ impl IIR {
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use super::Vec5; use super::{Vec5, Coeff};
#[test] #[test]
fn lowpass_gen() { fn lowpass_gen() {