refactor!: dont re-export SortedVec
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ pub mod parse;
|
||||
|
||||
/// Beatmap and contained types
|
||||
pub mod beatmap;
|
||||
pub use beatmap::{Beatmap, BeatmapExt, GameMode, SortedVec}; // TODO: remove SortedVec on next breaking release
|
||||
pub use beatmap::{Beatmap, BeatmapExt, GameMode};
|
||||
|
||||
#[cfg(feature = "gradual")]
|
||||
mod gradual;
|
||||
|
||||
Reference in New Issue
Block a user