musichoard/tests/library/mod.rs
Wojciech Kozlowski 410945eef5
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 1m3s
Cargo CI / Lint (pull_request) Successful in 44s
Clean up imports
2024-01-22 22:59:14 +01:00

5 lines
63 B
Rust

#[cfg(feature = "library-beets")]
pub mod beets;
mod testmod;