parent
5636ca625e
commit
c4219a4783
2 changed files with 3 additions and 2 deletions
|
@ -889,8 +889,8 @@ fn render_method(w: &mut io::Writer, meth: &clean::Item, withlink: bool) {
|
|||
g: &clean::Generics, selfty: &clean::SelfTy, d: &clean::FnDecl,
|
||||
withlink: bool) {
|
||||
write!(w, "{}fn {withlink, select,
|
||||
true{<a href='\\#fn.{name}'>{name}</a>}
|
||||
other{{name}}
|
||||
true{<a href='\\#fn.{name}' class='fnname'>{name}</a>}
|
||||
other{<span class='fnname'>{name}</span>}
|
||||
}{generics}{decl}",
|
||||
match purity {
|
||||
ast::unsafe_fn => "unsafe ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue