summaryrefslogtreecommitdiffstats
path: root/src/edits.rs
diff options
context:
space:
mode:
authorMarcelo Lima <marcelowind@gmail.com>2019-11-17 16:15:55 +0100
committerMarcelo Lima <marcelowind@gmail.com>2019-11-17 16:15:55 +0100
commitee8aee1a5865e4f8670eb1e5d65d23e6265174d7 (patch)
tree8808f6971eb647052c08fb1461e8f2c38802b566 /src/edits.rs
parent0052bd7b170188ec30fd1beb5ed89b51c8efbd70 (diff)
Allow ignoring `git diff` virtual path
Diffstat (limited to 'src/edits.rs')
-rw-r--r--src/edits.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/edits.rs b/src/edits.rs
index 615e2181..c72727d0 100644
--- a/src/edits.rs
+++ b/src/edits.rs
@@ -703,5 +703,4 @@ mod tests {
fn is_edit(edit: &EditOperation) -> bool {
*edit == Deletion || *edit == Insertion
}
-
}