auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichton

Let's try this again!
This commit is contained in:
bors 2014-05-15 15:56:54 -07:00
commit 0481d628b8
95 changed files with 2034 additions and 434 deletions

View file

@ -1204,7 +1204,7 @@ impl Clean<Item> for ast::ForeignItem {
ForeignFunctionItem(Function {
decl: decl.clean(),
generics: generics.clean(),
fn_style: ast::NormalFn,
fn_style: ast::UnsafeFn,
})
}
ast::ForeignItemStatic(ref ty, mutbl) => {