auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichton
Let's try this again!
This commit is contained in:
commit
0481d628b8
95 changed files with 2034 additions and 434 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue