Hide internal sort module

This commit is contained in:
Lukas Bergdoll 2024-08-01 17:37:07 +02:00
parent afc404fdfc
commit eae7a186b2

View File

@ -31,6 +31,7 @@ pub mod memchr;
issue = "none",
reason = "exposed from core to be reused in std;"
)]
#[doc(hidden)]
pub mod sort;
mod ascii;