Remove unused variables

This commit is contained in:
Matthias Beyer 2016-01-05 16:29:47 +01:00
parent 4036e31b35
commit cfd16730c0

View file

@ -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 {