aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/row.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/row.rs b/src/row.rs
index fb25f24..640f4ec 100644
--- a/src/row.rs
+++ b/src/row.rs
@@ -163,6 +163,9 @@ impl Row {
(prev_pos, prev_attrs)
}
+ // while it's true that most of the logic in this is identical to
+ // write_contents_formatted, i can't figure out how to break out the
+ // common parts without making things noticeably slower.
pub fn write_contents_diff(
&self,
contents: &mut Vec<u8>,