aboutsummaryrefslogtreecommitdiff
path: root/src/discouraged.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/discouraged.rs')
-rw-r--r--src/discouraged.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discouraged.rs b/src/discouraged.rs
index 76c9fce6..a46129b6 100644
--- a/src/discouraged.rs
+++ b/src/discouraged.rs
@@ -189,6 +189,6 @@ impl<'a> Speculative for ParseBuffer<'a> {
// See comment on `cell` in the struct definition.
self.cell
- .set(unsafe { mem::transmute::<Cursor, Cursor<'static>>(fork.cursor()) })
+ .set(unsafe { mem::transmute::<Cursor, Cursor<'static>>(fork.cursor()) });
}
}