1
Fork 0

rustdoc: Emit purity to function dox for traits

Closes #3804
This commit is contained in:
Alex Crichton 2013-09-23 20:38:17 -07:00
parent eaaf2bd41f
commit acab4a8c8e
5 changed files with 21 additions and 13 deletions

View file

@ -107,6 +107,7 @@ pub struct Function {
id: NodeId,
name: Ident,
vis: ast::visibility,
purity: ast::purity,
where: Span,
generics: ast::Generics,
}