aboutsummaryrefslogtreecommitdiff
path: root/src/either.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/either.rs')
-rw-r--r--src/either.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/either.rs b/src/either.rs
index 9225e53..8a02398 100644
--- a/src/either.rs
+++ b/src/either.rs
@@ -116,7 +116,7 @@ where
}
fn consume(self: Pin<&mut Self>, amt: usize) {
- delegate_call!(self.consume(amt))
+ delegate_call!(self.consume(amt));
}
}