blog: remove useless lifetime parameter

This commit is contained in:
Peter Cai 2020-04-18 16:36:36 +08:00
parent 10339daf09
commit e0d8c94986
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ impl PostContentCache {
})
}
fn transform_code_block_highlight<'iter, 'ev>(
fn transform_code_block_highlight<'ev>(
parser: impl Iterator<Item = Event<'ev>>
) -> impl Iterator<Item = Event<'ev>> {
let mut in_code_block = false;