Clippy lint
This commit is contained in:
parent
8cf68b6ea5
commit
074f539ea7
@ -131,8 +131,9 @@ impl<'a, MH: IMusicHoard> From<&'a mut AppInner<MH>> for AppPublicInner<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(nightly)]
|
||||
#[cfg(test)]
|
||||
mod testmod;
|
||||
mod benchmod;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
@ -469,7 +469,7 @@ mod benches {
|
||||
// The purpose of these benches was to evaluate the benefit of AhoCorasick over std solutions.
|
||||
use test::Bencher;
|
||||
|
||||
use crate::tui::{app::machine::testmod::ARTISTS, lib::MockIMusicHoard};
|
||||
use crate::tui::{app::machine::benchmod::ARTISTS, lib::MockIMusicHoard};
|
||||
|
||||
use super::*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user