Hide internal sort module · patricklam/verify-rust-std@3c1586b (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 3c1586b
Hide internal sort module
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -31,6 +31,7 @@ pub mod memchr; | ||
31 | 31 | issue = "none", |
32 | 32 | reason = "exposed from core to be reused in std;" |
33 | 33 | )] |
34 | +#[doc(hidden)] | |
34 | 35 | pub mod sort; |
35 | 36 | |
36 | 37 | mod ascii; |