We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c209bc commit 73810e7Copy full SHA for 73810e7
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 38f39ac540d2a8b42c650e3aae9eaa715d47c554
+refs/heads/master: e8bf0a4a49405cfde21910af889d626fbdd5bd52
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
trunk/src/libcore/trie.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-//! A radix trie for storing integers in sorted order
+//! An ordered map and set for integer keys implemented as a radix trie
12
13
use prelude::*;
14
0 commit comments