summaryrefslogtreecommitdiffstats
path: root/src/tree_build/bid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree_build/bid.rs')
-rw-r--r--src/tree_build/bid.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tree_build/bid.rs b/src/tree_build/bid.rs
index a7fe3f9..f3707a7 100644
--- a/src/tree_build/bid.rs
+++ b/src/tree_build/bid.rs
@@ -6,9 +6,9 @@ use {
pub type BId = Id<BLine>;
-// a structure making it possible to keep bline references
-// sorted in a binary heap with the line with the smallest
-// score at the top
+/// a structure making it possible to keep bline references
+/// sorted in a binary heap with the line with the smallest
+/// score at the top
pub struct SortableBId {
pub id: BId,
pub score: i32,