test: trait in scope

master
Robert Jördens 2021-02-17 16:24:45 +01:00
parent b69131f5f5
commit 07714fbca4
1 changed files with 1 additions and 1 deletions

View File

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