aboutsummaryrefslogtreecommitdiffstats
path: root/src/row.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/row.rs')
-rw-r--r--src/row.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/row.rs b/src/row.rs
index d60d48b..79db354 100644
--- a/src/row.rs
+++ b/src/row.rs
@@ -277,7 +277,6 @@ impl Row {
// 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.
- #[allow(clippy::too_many_lines)]
pub fn write_contents_diff(
&self,
contents: &mut Vec<u8>,