refactor!: dont re-export SortedVec

This commit is contained in:
MaxOhn
2023-12-31 07:01:33 +01:00
parent bf78758f07
commit aeb65ab3a4
+1 -1
View File
@@ -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;