Remove unused variables
This commit is contained in:
parent
4036e31b35
commit
cfd16730c0
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ pub mod markdown {
|
||||||
impl Render for LinkExtractRenderer {
|
impl Render for LinkExtractRenderer {
|
||||||
|
|
||||||
fn link(&mut self,
|
fn link(&mut self,
|
||||||
output: &mut Buffer,
|
_: &mut Buffer,
|
||||||
content: &Buffer,
|
_: &Buffer,
|
||||||
link: &Buffer,
|
link: &Buffer,
|
||||||
title: &Buffer) -> bool {
|
title: &Buffer) -> bool {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue