Benches go to the bottom
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 1m41s
Cargo CI / Lint (pull_request) Successful in 1m14s

This commit is contained in:
Wojciech Kozlowski 2024-02-19 20:44:45 +01:00
parent 074f539ea7
commit bda2059054

View File

@ -131,10 +131,6 @@ impl<'a, MH: IMusicHoard> From<&'a mut AppInner<MH>> for AppPublicInner<'a> {
}
}
#[cfg(nightly)]
#[cfg(test)]
mod benchmod;
#[cfg(test)]
mod tests {
use musichoard::collection::Collection;
@ -337,3 +333,7 @@ mod tests {
app.unwrap_critical();
}
}
#[cfg(nightly)]
#[cfg(test)]
mod benchmod;