summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/src/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/macros.rs b/openpgp/src/macros.rs
index bdcd591a..e7544083 100644
--- a/openpgp/src/macros.rs
+++ b/openpgp/src/macros.rs
@@ -83,7 +83,7 @@ macro_rules! time_it {
// using break 'label) still works.
struct Timer {
start: SystemTime,
- };
+ }
impl Drop for Timer {
fn drop(&mut self) {
let elapsed = self.start.elapsed();