We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780e3b0 commit b885aa4Copy full SHA for b885aa4
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: ef788d51dd17cac158752f120347a9eaa5d89d98
+refs/heads/master: 4bcc4d76a049a50474764383889e4ede9388da9f
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/src/librustdoc/clean.rs
@@ -1204,7 +1204,7 @@ impl Clean<Item> for ast::ForeignItem {
1204
ForeignFunctionItem(Function {
1205
decl: decl.clean(),
1206
generics: generics.clean(),
1207
- fn_style: ast::NormalFn,
+ fn_style: ast::UnsafeFn,
1208
})
1209
}
1210
ast::ForeignItemStatic(ref ty, mutbl) => {
0 commit comments