Add missing dyn

This commit is contained in:
Tatsuyuki Ishi
2018-07-13 14:25:22 +09:00
parent 8646a17143
commit 66c4dc9769
23 changed files with 69 additions and 65 deletions

View File

@@ -1822,7 +1822,7 @@ impl Context {
}
fn render_item(&self,
writer: &mut io::Write,
writer: &mut dyn io::Write,
it: &clean::Item,
pushname: bool)
-> io::Result<()> {