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 03308ca commit 0c89ed5Copy full SHA for 0c89ed5
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: fbde419b38ab988a01833c443905ef65f3055791
+refs/heads/master: 2f1b4335cbb2673996c5331b2a69b209e2e673cd
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
trunk/src/libextra/btree.rs
@@ -10,8 +10,9 @@
10
//
11
// btree.rs
12
13
-// starting implementation of a btree for rust
14
-// inspired by github user davidhalperin's gist
+
+//! Starting implementation of a btree for rust.
15
+//! Structure inspired by github user davidhalperin's gist.
16
17
18
use std::util::replace;
0 commit comments