Hide internal sort module

(cherry picked from commit eae7a186b2)
This commit is contained in:
Lukas Bergdoll 2024-08-01 17:37:07 +02:00 committed by Josh Stone
parent 2a4e738c69
commit 2810c2a7f1

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;